summaryrefslogtreecommitdiff
path: root/data/bzip2/make.sh
diff options
context:
space:
mode:
Diffstat (limited to 'data/bzip2/make.sh')
-rw-r--r--data/bzip2/make.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/data/bzip2/make.sh b/data/bzip2/make.sh
index 3a1bb44fd..560f35a04 100644
--- a/data/bzip2/make.sh
+++ b/data/bzip2/make.sh
@@ -1,5 +1,5 @@
-tar -zxvf "${PKG_DATA}/bzip2-1.0.4.tar.gz"
-cd bzip2-1.0.4
-make bzip2 bzip2recover CC=arm-apple-darwin-gcc
+pkg:extract
+cd *
+make bzip2 bzip2recover CC=${PKG_TARG}-gcc
pkg: mkdir -p /bin
pkg: cp -a bzip2 bzip2recover /bin