diff options
Diffstat (limited to 'repo/util/grep.xibuild')
-rw-r--r-- | repo/util/grep.xibuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/repo/util/grep.xibuild b/repo/util/grep.xibuild index 2cd65ac..70c4023 100644 --- a/repo/util/grep.xibuild +++ b/repo/util/grep.xibuild @@ -1,7 +1,7 @@ -#!/bin/bash +#!/bin/sh -MAKEDEPS=(grep make ) -DEPS=(glibc pcre) +MAKEDEPS="grep make " +DEPS="glibc pcre" PKG_VER=3.7 SOURCE=https://ftp.gnu.org/gnu/grep/grep-$PKG_VER.tar.xz |