summaryrefslogtreecommitdiff
path: root/repo/xi/xichroot.xipkg
diff options
context:
space:
mode:
Diffstat (limited to 'repo/xi/xichroot.xipkg')
-rw-r--r--repo/xi/xichroot.xipkg6
1 files changed, 3 insertions, 3 deletions
diff --git a/repo/xi/xichroot.xipkg b/repo/xi/xichroot.xipkg
index ce24739..e2ecbe8 100644
--- a/repo/xi/xichroot.xipkg
+++ b/repo/xi/xichroot.xipkg
@@ -1,7 +1,7 @@
-#!/bin/bash
+#!/bin/sh
-MAKEDEPS=(bash)
-DEPS=(bash)
+MAKEDEPS="bash"
+DEPS="bash"
SOURCE=https://git.davidovski.xyz/xilinux/xiutils.git
DESC="A script to aid with chrooting on XiLinux"