summaryrefslogtreecommitdiff
path: root/repo/devel/autoconf.xibuild
diff options
context:
space:
mode:
Diffstat (limited to 'repo/devel/autoconf.xibuild')
-rw-r--r--repo/devel/autoconf.xibuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/repo/devel/autoconf.xibuild b/repo/devel/autoconf.xibuild
index b94d4b1..bb8c784 100644
--- a/repo/devel/autoconf.xibuild
+++ b/repo/devel/autoconf.xibuild
@@ -1,7 +1,7 @@
-#!/bin/bash
+#!/bin/sh
-MAKEDEPS=(make)
-DEPS=(gawk m4 diffutils perl sh gettext)
+MAKEDEPS="make"
+DEPS="gawk m4 diffutils perl sh gettext"
PKG_VER=2.71
SOURCE=https://ftp.gnu.org/gnu/autoconf/autoconf-$PKG_VER.tar.xz