diff options
author | Jay Freeman <saurik@saurik.com> | 2008-08-22 09:09:50 +0000 |
---|---|---|
committer | Jay Freeman <saurik@saurik.com> | 2008-08-22 09:09:50 +0000 |
commit | f4f36e76f56cae76806eb063b80d4c9033f4a010 (patch) | |
tree | 2001e7d93950cdbb04f7d729becc4e9d2ac3e083 /data | |
parent | 93766a2209eda4aad53bbc064bb4bd0a060a5fb1 (diff) |
Added a few missing names for bzip2.
git-svn-id: http://svn.telesphoreo.org/trunk@445 514c082c-b64e-11dc-b46d-3d985efe055d
Diffstat (limited to 'data')
-rw-r--r-- | data/bzip2/make.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/data/bzip2/make.sh b/data/bzip2/make.sh index 8c6921c09..9c6180992 100644 --- a/data/bzip2/make.sh +++ b/data/bzip2/make.sh @@ -2,3 +2,5 @@ pkg:setup make bzip2 bzip2recover CC=${PKG_TARG}-gcc pkg: mkdir -p /bin pkg: cp -a bzip2 bzip2recover /bin +pkg: ln -s bzip2 /bin/bunzip2 +pkg: ln -s bzip2 /bin/bzcat |