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:
@@ -8,7 +8,7 @@ DEPEND=""
|
||||
BUILD {
|
||||
cd fastjar-0.98
|
||||
autoreconf -vfi
|
||||
configure --prefix=/boot/common
|
||||
configure --prefix=`finddir B_COMMON_DIRECTORY`
|
||||
make
|
||||
}
|
||||
|
||||
|
||||
@@ -7,7 +7,7 @@ STATUS_HAIKU="stable"
|
||||
DEPEND=""
|
||||
BUILD {
|
||||
cd tar-1.22
|
||||
./configure --prefix=/boot/common --sbindir=/boot/common/bin --libexecdir=/boot/common/bin
|
||||
./configure --prefix=`finddir B_COMMON_DIRECTORY` --sbindir=/boot/common/bin --libexecdir=/boot/common/bin
|
||||
make
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user