summaryrefslogtreecommitdiff
path: root/repo/system/libp11-kit.xibuild
diff options
context:
space:
mode:
Diffstat (limited to 'repo/system/libp11-kit.xibuild')
-rw-r--r--repo/system/libp11-kit.xibuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/repo/system/libp11-kit.xibuild b/repo/system/libp11-kit.xibuild
index 26f0a3b..6c6309a 100644
--- a/repo/system/libp11-kit.xibuild
+++ b/repo/system/libp11-kit.xibuild
@@ -1,7 +1,7 @@
-#!/bin/bash
+#!/bin/sh
-MAKEDEPS=(make )
-DEPS=(glibc libtasn1 libffi)
+MAKEDEPS="make "
+DEPS="glibc libtasn1 libffi"
PKG_VER=0.24.1
SOURCE=https://github.com/p11-glue/p11-kit/releases/download/$PKG_VER/p11-kit-$PKG_VER.tar.xz