Updated enet bep files to use finddir.

This commit is contained in:
Scott McCreary
2011-01-07 19:45:24 +00:00
parent 4d12799e28
commit 92fdfeadb2
2 changed files with 2 additions and 2 deletions

View File

@@ -10,7 +10,7 @@ BUILD {
cd enet-1.2.2
libtoolize --force --copy --install
autoreconf -i
./configure --prefix=/boot/common
./configure --prefix=`finddir B_COMMON_DIRECTORY`
}
INSTALL {

View File

@@ -10,7 +10,7 @@ BUILD {
cd enet-1.3.0
libtoolize --force --copy --install
autoreconf -i
./configure --prefix=/boot/common
./configure --prefix=`finddir B_COMMON_DIRECTORY`
}
INSTALL {