diff options
Diffstat (limited to 'repo/system/findutils.xibuild')
-rw-r--r-- | repo/system/findutils.xibuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/repo/system/findutils.xibuild b/repo/system/findutils.xibuild index 3443aea..6828da1 100644 --- a/repo/system/findutils.xibuild +++ b/repo/system/findutils.xibuild @@ -1,7 +1,7 @@ -#!/bin/bash +#!/bin/sh -MAKEDEPS=(make ) -DEPS=(glibc sh) +MAKEDEPS="make " +DEPS="glibc sh" PKG_VER=4.8.0 SOURCE=https://ftp.gnu.org/gnu/findutils/findutils-$PKG_VER.tar.xz |