summaryrefslogtreecommitdiff
path: root/repo/xi/xiutils/xichroot.xibuild
diff options
context:
space:
mode:
Diffstat (limited to 'repo/xi/xiutils/xichroot.xibuild')
-rw-r--r--repo/xi/xiutils/xichroot.xibuild8
1 files changed, 8 insertions, 0 deletions
diff --git a/repo/xi/xiutils/xichroot.xibuild b/repo/xi/xiutils/xichroot.xibuild
new file mode 100644
index 0000000..b39308f
--- /dev/null
+++ b/repo/xi/xiutils/xichroot.xibuild
@@ -0,0 +1,8 @@
+#!/bin/sh
+
+DEPS="bash"
+DESC="A script to aid with chrooting on XiLinux"
+
+package () {
+ make DESTDIR=$PKG_DEST install-chroot
+}