diff options
Diffstat (limited to 'repo/system/expat.xibuild')
-rw-r--r-- | repo/system/expat.xibuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/repo/system/expat.xibuild b/repo/system/expat.xibuild index 149bf67..2a39034 100644 --- a/repo/system/expat.xibuild +++ b/repo/system/expat.xibuild @@ -1,7 +1,7 @@ -#!/bin/bash +#!/bin/sh -MAKEDEPS=(make ) -DEPS=(glibc) +MAKEDEPS="make " +DEPS="glibc" PKG_VER=2.4.2 SOURCE=https://github.com/libexpat/libexpat/releases/download/R_$(echo $PKG_VER | sed "s|\.|_|g")/expat-$PKG_VER.tar.xz |