summaryrefslogtreecommitdiff
path: root/repo/system/gdbm.xibuild
diff options
context:
space:
mode:
Diffstat (limited to 'repo/system/gdbm.xibuild')
-rw-r--r--repo/system/gdbm.xibuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/repo/system/gdbm.xibuild b/repo/system/gdbm.xibuild
index b18d064..3b81ed6 100644
--- a/repo/system/gdbm.xibuild
+++ b/repo/system/gdbm.xibuild
@@ -1,7 +1,7 @@
-#!/bin/bash
+#!/bin/sh
-MAKEDEPS=(make )
-DEPS=(glibc sh readline)
+MAKEDEPS="make "
+DEPS="glibc sh readline"
PKG_VER=1.21
SOURCE=https://ftp.gnu.org/gnu/gdbm/gdbm-$PKG_VER.tar.gz