Changed curl's bep files to use finddir, updated curl to 7.21.6.

This commit is contained in:
Scott McCreary
2011-04-25 18:40:53 +00:00
parent 0d5a4d7f69
commit 271e8a8539
11 changed files with 39 additions and 10 deletions

View File

@@ -9,7 +9,7 @@ BUILD {
cd curl-7.21.2
libtoolize --force --copy --install
autoconf
./configure --prefix=/boot/common
./configure --prefix=`findir B_COMMON_BIN_DIRECTORY`
make
}