diff options
author | davidovski <david@davidovski.xyz> | 2022-03-10 11:59:16 +0000 |
---|---|---|
committer | davidovski <david@davidovski.xyz> | 2022-03-10 11:59:16 +0000 |
commit | bb499959d88da1b3937c23b5405089c907188a81 (patch) | |
tree | d9ddba6d0c8f1152c3919067a52250c6bf0759f9 /repo/xi/xichroot.xipkg | |
parent | 3602ce227f784f1c6233ef6ad3cd8f5ccad28e66 (diff) |
added and patched broken packages
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 -} |