mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-03 05:28:53 +02:00
Updated several more .bep files to use finddir to locate the prefix directory.
This commit is contained in:
@@ -14,7 +14,7 @@ BUILD {
|
||||
libtoolize --force --copy --install
|
||||
aclocal -I m4
|
||||
autoconf --warnings=none
|
||||
./configure --prefix=/boot/common --without-gtk
|
||||
./configure --prefix=`finddir B_COMMON_DIRECTORY` --without-gtk
|
||||
make
|
||||
}
|
||||
|
||||
|
||||
@@ -13,7 +13,7 @@ BUILD {
|
||||
autoconf
|
||||
autoheader
|
||||
automake --add-missing
|
||||
./configure --prefix=/boot/common
|
||||
./configure --prefix=`finddir B_COMMON_DIRECTORY`
|
||||
make
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user