diff options
Diffstat (limited to 'repo/devel/git.xibuild')
-rw-r--r-- | repo/devel/git.xibuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/repo/devel/git.xibuild b/repo/devel/git.xibuild index 3c338b1..d897a80 100644 --- a/repo/devel/git.xibuild +++ b/repo/devel/git.xibuild @@ -1,7 +1,7 @@ -#!/bin/bash +#!/bin/sh -MAKEDEPS=(grep python make xmlto) -DEPS=(curl perl openssl pcre grep shadow zlib openssh) +MAKEDEPS="grep python make xmlto" +DEPS="curl perl openssl pcre grep shadow zlib openssh" PKG_VER=2.34.1 SOURCE=https://www.kernel.org/pub/software/scm/git/git-$PKG_VER.tar.xz |