mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-05 14:38:51 +02:00
Updated several .bep files to use finddir.
This commit is contained in:
@@ -11,7 +11,7 @@ BUILD {
|
||||
aclocal
|
||||
autoconf
|
||||
automake
|
||||
./configure --prefix=/boot/common
|
||||
./configure --prefix=`findir B_COMMON_BIN_DIRECTORY`
|
||||
make
|
||||
}
|
||||
|
||||
|
||||
@@ -14,7 +14,7 @@ BUILD {
|
||||
cd devil-1.7.8
|
||||
libtoolize --force --copy --install
|
||||
autoreconf -i
|
||||
./configure --prefix=/boot/common
|
||||
./configure --prefix=`findir B_COMMON_BIN_DIRECTORY`
|
||||
make
|
||||
}
|
||||
|
||||
|
||||
@@ -16,7 +16,7 @@ BUILD {
|
||||
autoconf
|
||||
autoheader
|
||||
automake
|
||||
./configure --prefix=/boot/common
|
||||
./configure --prefix=`findir B_COMMON_BIN_DIRECTORY`
|
||||
make
|
||||
}
|
||||
|
||||
|
||||
@@ -12,7 +12,7 @@ BUILD {
|
||||
autoconf
|
||||
autoheader
|
||||
automake
|
||||
./configure --prefix=/boot/common
|
||||
./configure --prefix=`findir B_COMMON_BIN_DIRECTORY`
|
||||
make
|
||||
}
|
||||
|
||||
|
||||
@@ -12,7 +12,7 @@ BUILD {
|
||||
autoconf
|
||||
autoheader
|
||||
automake
|
||||
./configure --prefix=/boot/common
|
||||
./configure --prefix=`findir B_COMMON_BIN_DIRECTORY`
|
||||
make
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user