mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-15 08:10:07 +02:00
Updated several more .bep files to use finddir to locate the prefix directory.
This commit is contained in:
@@ -9,7 +9,7 @@ BUILD {
|
||||
cd cppunit-1.12.1
|
||||
libtoolize --force --copy --install
|
||||
autoreconf -i
|
||||
./configure --prefix=/boot/common
|
||||
./configure --prefix=`finddir B_COMMON_DIRECTORY`
|
||||
make
|
||||
}
|
||||
|
||||
@@ -17,4 +17,5 @@ INSTALL {
|
||||
cd cppunit-1.12.1
|
||||
make install
|
||||
}
|
||||
|
||||
LICENSE="GNU LGPL v2.1"
|
||||
|
||||
Reference in New Issue
Block a user