summaryrefslogtreecommitdiff
path: root/repo/devel/m4.xibuild
diff options
context:
space:
mode:
Diffstat (limited to 'repo/devel/m4.xibuild')
-rw-r--r--repo/devel/m4.xibuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/repo/devel/m4.xibuild b/repo/devel/m4.xibuild
index 2c98016..4cc3422 100644
--- a/repo/devel/m4.xibuild
+++ b/repo/devel/m4.xibuild
@@ -1,7 +1,7 @@
-#!/bin/bash
+#!/bin/sh
-MAKEDEPS=(make help2man)
-DEPS=(glibc bash)
+MAKEDEPS="make help2man"
+DEPS="glibc bash"
PKG_VER=1.4.19
SOURCE=https://ftp.gnu.org/gnu/m4/m4-$PKG_VER.tar.xz