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