Should have been finddir B_COMMON_DIRECTORY, not findir B_COMMON_BIN_DIRECTORY... this should fix those typos.

This commit is contained in:
Scott McCreary
2011-04-25 22:35:18 +00:00
parent 624eff851f
commit 6c3326af1e
133 changed files with 156 additions and 156 deletions

View File

@@ -13,7 +13,7 @@ BUILD {
libtoolize --force --copy --install
aclocal
autoconf
./configure --prefix=`findir B_COMMON_BIN_DIRECTORY` --enable-shared CFLAGS=-I/boot/develop/headers/3rdparty
./configure --prefix=`finddir B_COMMON_DIRECTORY` --enable-shared CFLAGS=-I/boot/develop/headers/3rdparty
make
}