Updated neon, wput and rsync .bep files to use finddir.

This commit is contained in:
Scott McCreary
2011-04-25 18:42:20 +00:00
parent 271e8a8539
commit f9a52db869
6 changed files with 6 additions and 6 deletions

View File

@@ -9,7 +9,7 @@ CHECKSUM_MD5="ba1015b59c112d44d7797b62fe7bee51"
BUILD {
cd neon-0.29.3
autogen.sh
./configure --prefix=/boot/common --with-ssl --with-libxml2 --enable-shared
./configure --prefix=`findir B_COMMON_BIN_DIRECTORY` --with-ssl --with-libxml2 --enable-shared
make
}