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