diff options
Diffstat (limited to 'repo/system/zip.xibuild')
-rw-r--r-- | repo/system/zip.xibuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/repo/system/zip.xibuild b/repo/system/zip.xibuild index a118b66..d9b4558 100644 --- a/repo/system/zip.xibuild +++ b/repo/system/zip.xibuild @@ -1,7 +1,7 @@ -#!/bin/bash +#!/bin/sh -MAKEDEPS=(make ) -DEPS=(glibc bzip2) +MAKEDEPS="make " +DEPS="glibc bzip2" PKG_VER=30 SOURCE=https://downloads.sourceforge.net/infozip/zip$PKG_VER.tar.gz |