mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-02 21:18:51 +02:00
Updated several .bep files to use finddir.
This commit is contained in:
@@ -10,7 +10,7 @@ BUILD {
|
||||
cd inputproto-2.0
|
||||
libtoolize --force --copy --install
|
||||
autoreconf -i
|
||||
./configure --prefix=/boot/common
|
||||
./configure --prefix=`findir B_COMMON_BIN_DIRECTORY`
|
||||
}
|
||||
|
||||
INSTALL {
|
||||
|
||||
@@ -10,7 +10,7 @@ BUILD {
|
||||
cd kbproto-1.0.4
|
||||
libtoolize --force --copy --install
|
||||
autoreconf -i
|
||||
./configure --prefix=/boot/common
|
||||
./configure --prefix=`findir B_COMMON_BIN_DIRECTORY`
|
||||
}
|
||||
|
||||
INSTALL {
|
||||
|
||||
@@ -10,7 +10,7 @@ BUILD {
|
||||
cd xcb-proto-1.6
|
||||
libtoolize --force --copy --install
|
||||
autoreconf -i
|
||||
./configure --prefix=/boot/common
|
||||
./configure --prefix=`findir B_COMMON_BIN_DIRECTORY`
|
||||
make
|
||||
}
|
||||
|
||||
|
||||
@@ -10,7 +10,7 @@ BUILD {
|
||||
cd xextproto-7.1.1
|
||||
libtoolize --force --copy --install
|
||||
autoreconf -i
|
||||
./configure --prefix=/boot/common
|
||||
./configure --prefix=`findir B_COMMON_BIN_DIRECTORY`
|
||||
}
|
||||
|
||||
INSTALL {
|
||||
|
||||
@@ -9,7 +9,7 @@ BUILD {
|
||||
cd xproto-7.0.16
|
||||
libtoolize --force --copy --install
|
||||
autoreconf -i
|
||||
./configure --prefix=/boot/common
|
||||
./configure --prefix=`findir B_COMMON_BIN_DIRECTORY`
|
||||
}
|
||||
|
||||
INSTALL {
|
||||
|
||||
Reference in New Issue
Block a user