mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-06 06:58:57 +02:00
Updated several more .bep files to use finddir to locate the prefix directory.
This commit is contained in:
@@ -10,7 +10,7 @@ BUILD {
|
||||
cd src
|
||||
make autoconf
|
||||
cd ../
|
||||
./configure --prefix=/boot/common --with-features=big
|
||||
./configure --prefix=`finddir B_COMMON_DIRECTORY` --with-features=big
|
||||
make
|
||||
}
|
||||
|
||||
|
||||
@@ -10,7 +10,7 @@ BUILD {
|
||||
cd src
|
||||
make autoconf
|
||||
cd ../
|
||||
./configure --prefix=/boot/common --with-features=big
|
||||
./configure --prefix=`finddir B_COMMON_DIRECTORY` --with-features=big
|
||||
make
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user