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 {
cd p7zip_9.04
make install DEST_HOME=/boot/common
if [ -n "${DESTDIR}" ];then
make install DEST_DIR="${DESTDIR}" DEST_HOME="/boot/common"
else
make install DEST_HOME=/boot/common
fi
}