summaryrefslogtreecommitdiff
path: root/data/p7zip
diff options
context:
space:
mode:
authorJay Freeman <saurik@saurik.com>2008-08-22 09:12:44 +0000
committerJay Freeman <saurik@saurik.com>2008-08-22 09:12:44 +0000
commit10bc074ec13666cae6d9bf8bbdda21677cef9d84 (patch)
tree7a0b2e406f14ff458df4fd5958b5fde29f9bf61a /data/p7zip
parent70c0c9a81768d6baab03fdf4336a76b0e98ab453 (diff)
Fixed internal paths for p7zip programs.
git-svn-id: http://svn.telesphoreo.org/trunk@448 514c082c-b64e-11dc-b46d-3d985efe055d
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"