diff options
Diffstat (limited to 'repo/system/libtasn1.xibuild')
-rw-r--r-- | repo/system/libtasn1.xibuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/repo/system/libtasn1.xibuild b/repo/system/libtasn1.xibuild index 9e8f1fd..0a4a9d1 100644 --- a/repo/system/libtasn1.xibuild +++ b/repo/system/libtasn1.xibuild @@ -1,7 +1,7 @@ -#!/bin/bash +#!/bin/sh -MAKEDEPS=(make ) -DEPS=(glibc) +MAKEDEPS="make " +DEPS="glibc" PKG_VER=4.18.0 SOURCE=https://ftp.gnu.org/gnu/libtasn1/libtasn1-$PKG_VER.tar.gz |