mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-05 06:28:55 +02:00
Updated several more .bep files to use finddir to locate the prefix directory.
This commit is contained in:
@@ -22,7 +22,7 @@ BUILD {
|
||||
libtoolize --force --copy --install
|
||||
autoreconf
|
||||
cd ..
|
||||
./configure --prefix=/boot/common
|
||||
./configure --prefix=`finddir B_COMMON_DIRECTORY`
|
||||
make
|
||||
}
|
||||
INSTALL {
|
||||
|
||||
@@ -13,7 +13,7 @@ DEPEND="dev-util/pkgconfig >= 0.23
|
||||
BUILD {
|
||||
cd libtorrent-0.12.5
|
||||
autoreconf -vfi
|
||||
./configure --prefix=/boot/common --disable-mincore
|
||||
./configure --prefix=`finddir B_COMMON_DIRECTORY` --disable-mincore
|
||||
make
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user