diff options
author | Jay Freeman <saurik@saurik.com> | 2008-02-03 12:56:18 +0000 |
---|---|---|
committer | Jay Freeman <saurik@saurik.com> | 2008-02-03 12:56:18 +0000 |
commit | f6dcdc22ee9b5aef63a1e2b26a9243db9552b54b (patch) | |
tree | 9d0103edae9c383bd952133de242f815f77ce2ed /data/p7zip/make.sh | |
parent | 4fd64bcec9155e0c303cc481a3cded08711056dd (diff) |
Somebody thought 7zip would be better than rzip. I think they are wrong ;P.
git-svn-id: http://svn.telesphoreo.org/trunk@49 514c082c-b64e-11dc-b46d-3d985efe055d
Diffstat (limited to 'data/p7zip/make.sh')
-rw-r--r-- | data/p7zip/make.sh | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/data/p7zip/make.sh b/data/p7zip/make.sh new file mode 100644 index 000000000..1d0ec501a --- /dev/null +++ b/data/p7zip/make.sh @@ -0,0 +1,6 @@ +pkg:extract +cd * +pkg:patch +mv -f makefile.macosx makefile.machine +make all2 +make install DEST_HOME="${PKG_DEST}/usr" |