diff options
Diffstat (limited to 'repo/xi/xichroot')
-rw-r--r-- | repo/xi/xichroot/xichroot.xibuild | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/repo/xi/xichroot/xichroot.xibuild b/repo/xi/xichroot/xichroot.xibuild deleted file mode 100644 index 680262b..0000000 --- a/repo/xi/xichroot/xichroot.xibuild +++ /dev/null @@ -1,14 +0,0 @@ -#!/bin/sh - -MAKEDEPS="bash" -DEPS="bash" - -PKG_VER=1.1.1 -SOURCE=https://git.davidovski.xyz/xilinux/xiutils.git -BRANCH=v$PKG_VER -DESC="A script to aid with chrooting on XiLinux" - -package () { - mkdir -p $PKG_DEST/usr/bin - make DESTDIR=$PKG_DEST install-chroot -} |