diff options
Diffstat (limited to 'repo/system/gettext.xibuild')
-rw-r--r-- | repo/system/gettext.xibuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/repo/system/gettext.xibuild b/repo/system/gettext.xibuild index 6d7b420..501a14a 100644 --- a/repo/system/gettext.xibuild +++ b/repo/system/gettext.xibuild @@ -1,7 +1,7 @@ -#!/bin/bash +#!/bin/sh -MAKEDEPS=(make ) -DEPS=(acl sh) +MAKEDEPS="make " +DEPS="acl sh" PKG_VER=0.21 SOURCE=https://ftp.gnu.org/pub/gnu/gettext/gettext-$PKG_VER.tar.gz |