summaryrefslogtreecommitdiff
path: root/repo/xi/xibuild.xibuild
diff options
context:
space:
mode:
Diffstat (limited to 'repo/xi/xibuild.xibuild')
-rw-r--r--repo/xi/xibuild.xibuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/repo/xi/xibuild.xibuild b/repo/xi/xibuild.xibuild
index 5f59513..7c5e321 100644
--- a/repo/xi/xibuild.xibuild
+++ b/repo/xi/xibuild.xibuild
@@ -1,7 +1,7 @@
-#!/bin/bash
+#!/bin/sh
-MAKEDEPS=()
-DEPS=(bash tar git hg curl openssl )
+MAKEDEPS=""
+DEPS="bash tar git hg curl openssl "
SOURCE=https://git.davidovski.xyz/xilinux/xibuild.git
DESC="The depricated xilinux build system, use XiB"