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