Fix bep files for p7zip and readline to allow automatic packaging.

This commit is contained in:
Chris Roberts
2010-04-18 04:53:18 +00:00
parent ebdfd1bef3
commit 84499aa769
2 changed files with 10 additions and 2 deletions

View File

@@ -13,5 +13,9 @@ BUILD {
INSTALL { INSTALL {
cd p7zip_9.04 cd p7zip_9.04
if [ -n "${DESTDIR}" ];then
make install DEST_DIR="${DESTDIR}" DEST_HOME="/boot/common"
else
make install DEST_HOME=/boot/common make install DEST_HOME=/boot/common
fi
} }

View File

@@ -16,5 +16,9 @@ BUILD {
INSTALL { INSTALL {
cd readline-6.0 cd readline-6.0
if [ -n "${DESTDIR}" ];then
make install DESTDIR="${DESTDIR}"
else
make install make install
fi
} }