summaryrefslogtreecommitdiff
path: root/data/p7zip
diff options
context:
space:
mode:
Diffstat (limited to 'data/p7zip')
-rw-r--r--data/p7zip/make.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/data/p7zip/make.sh b/data/p7zip/make.sh
index 9a0847cf7..08f0c9867 100644
--- a/data/p7zip/make.sh
+++ b/data/p7zip/make.sh
@@ -1,4 +1,4 @@
pkg:setup
mv -f makefile.macosx makefile.machine
make all2
-make install DEST_HOME="${PKG_DEST}/usr"
+make install DEST_DIR="${PKG_DEST}" DEST_HOME="/usr"