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