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