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

@@ -12,7 +12,7 @@ BUILD {
libtoolize --force --copy --install
aclocal -I m4 --warnings=none --force
autoconf --warnings=none
./configure --prefix=/boot/common --enable-shared --disable-nls
./configure --prefix=`findir B_COMMON_BIN_DIRECTORY` --enable-shared --disable-nls
make
}