summaryrefslogtreecommitdiff
path: root/repo/system/sysvinit.xibuild
diff options
context:
space:
mode:
Diffstat (limited to 'repo/system/sysvinit.xibuild')
-rw-r--r--repo/system/sysvinit.xibuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/repo/system/sysvinit.xibuild b/repo/system/sysvinit.xibuild
index ec43f76..62cee1b 100644
--- a/repo/system/sysvinit.xibuild
+++ b/repo/system/sysvinit.xibuild
@@ -1,7 +1,7 @@
-#!/bin/bash
+#!/bin/sh
-MAKEDEPS=(make patch)
-DEPS=(sh glibc)
+MAKEDEPS="make patch"
+DEPS="sh glibc"
PKG_VER=3.01
SOURCE=http://download.savannah.nongnu.org/releases/sysvinit/sysvinit-$PKG_VER.tar.xz