summaryrefslogtreecommitdiff
path: root/repo/util/cpio.xibuild
diff options
context:
space:
mode:
Diffstat (limited to 'repo/util/cpio.xibuild')
-rw-r--r--repo/util/cpio.xibuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/repo/util/cpio.xibuild b/repo/util/cpio.xibuild
index b7e2855..ae7516e 100644
--- a/repo/util/cpio.xibuild
+++ b/repo/util/cpio.xibuild
@@ -1,7 +1,7 @@
-#!/bin/bash
+#!/bin/sh
-MAKEDEPS=(make )
-DEPS=(glibc)
+MAKEDEPS="make "
+DEPS="glibc"
PKG_VER=2.13
SOURCE=https://ftp.gnu.org/gnu/cpio/cpio-$PKG_VER.tar.bz2