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