summaryrefslogtreecommitdiff
path: root/repo/util/make-ca.xibuild
diff options
context:
space:
mode:
Diffstat (limited to 'repo/util/make-ca.xibuild')
-rw-r--r--repo/util/make-ca.xibuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/repo/util/make-ca.xibuild b/repo/util/make-ca.xibuild
index fcb7d0f..7093e25 100644
--- a/repo/util/make-ca.xibuild
+++ b/repo/util/make-ca.xibuild
@@ -1,7 +1,7 @@
-#!/bin/bash
+#!/bin/sh
-MAKEDEPS=(make )
-DEPS=(libp11-kit nss openssl)
+MAKEDEPS="make "
+DEPS="libp11-kit nss openssl"
PKG_VER=1.7
SOURCE=https://github.com/djlucas/make-ca/releases/download/v$PKG_VER/make-ca-$PKG_VER.tar.xz