mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-02 13:08:53 +02:00
Fix bep files for p7zip and readline to allow automatic packaging.
This commit is contained in:
@@ -13,5 +13,9 @@ BUILD {
|
||||
|
||||
INSTALL {
|
||||
cd p7zip_9.04
|
||||
if [ -n "${DESTDIR}" ];then
|
||||
make install DEST_DIR="${DESTDIR}" DEST_HOME="/boot/common"
|
||||
else
|
||||
make install DEST_HOME=/boot/common
|
||||
fi
|
||||
}
|
||||
|
||||
@@ -16,5 +16,9 @@ BUILD {
|
||||
|
||||
INSTALL {
|
||||
cd readline-6.0
|
||||
if [ -n "${DESTDIR}" ];then
|
||||
make install DESTDIR="${DESTDIR}"
|
||||
else
|
||||
make install
|
||||
fi
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user