diff options
Diffstat (limited to 'repo/system/gperf.xibuild')
-rw-r--r-- | repo/system/gperf.xibuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/repo/system/gperf.xibuild b/repo/system/gperf.xibuild index 07ff515..58f2134 100644 --- a/repo/system/gperf.xibuild +++ b/repo/system/gperf.xibuild @@ -1,7 +1,7 @@ -#!/bin/bash +#!/bin/sh -MAKEDEPS=(make ) -DEPS=(glibc) +MAKEDEPS="make " +DEPS="glibc" PKG_VER=3.1 SOURCE=http://ftp.gnu.org/pub/gnu/gperf/gperf-$PKG_VER.tar.gz |