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