diff options
Diffstat (limited to 'repo/system/libpsl.xibuild')
-rw-r--r-- | repo/system/libpsl.xibuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/repo/system/libpsl.xibuild b/repo/system/libpsl.xibuild index f286383..1ac7a34 100644 --- a/repo/system/libpsl.xibuild +++ b/repo/system/libpsl.xibuild @@ -1,7 +1,7 @@ -#!/bin/bash +#!/bin/sh -MAKEDEPS=(python make ) -DEPS=(libidn) +MAKEDEPS="python make " +DEPS="libidn" PKG_VER=0.21.1 SOURCE=https://github.com/rockdaboot/libpsl/releases/download/$PKG_VER/libpsl-$PKG_VER.tar.gz |