diff options
author | Jay Freeman <saurik@saurik.com> | 2008-08-22 09:12:44 +0000 |
---|---|---|
committer | Jay Freeman <saurik@saurik.com> | 2008-08-22 09:12:44 +0000 |
commit | 10bc074ec13666cae6d9bf8bbdda21677cef9d84 (patch) | |
tree | 7a0b2e406f14ff458df4fd5958b5fde29f9bf61a /data | |
parent | 70c0c9a81768d6baab03fdf4336a76b0e98ab453 (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')
-rw-r--r-- | data/p7zip/make.sh | 2 |
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" |