summaryrefslogtreecommitdiff
path: root/repo/system/coreutils.xibuild
diff options
context:
space:
mode:
Diffstat (limited to 'repo/system/coreutils.xibuild')
-rw-r--r--repo/system/coreutils.xibuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/repo/system/coreutils.xibuild b/repo/system/coreutils.xibuild
index 2c0826a..5f93eef 100644
--- a/repo/system/coreutils.xibuild
+++ b/repo/system/coreutils.xibuild
@@ -1,7 +1,7 @@
-#!/bin/bash
+#!/bin/sh
-MAKEDEPS=(make )
-DEPS=(glibc acl attr gmp libcap openssl libiconv)
+MAKEDEPS="make "
+DEPS="glibc acl attr gmp libcap openssl libiconv"
PKG_VER=9.0
SOURCE=https://ftp.gnu.org/gnu/coreutils/coreutils-$PKG_VER.tar.xz