diff options
Diffstat (limited to 'repo/util/unzip.xibuild')
-rw-r--r-- | repo/util/unzip.xibuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/repo/util/unzip.xibuild b/repo/util/unzip.xibuild index 51bbff7..d3fea41 100644 --- a/repo/util/unzip.xibuild +++ b/repo/util/unzip.xibuild @@ -1,7 +1,7 @@ #!/bin/sh MAKEDEPS="make" -DEPS="bzip2 bash" +DEPS="bzip2 sh" PKG_VER=60 SOURCE=https://downloads.sourceforge.net/infozip/unzip$PKG_VER.tar.gz |