diff options
author | davidovski <david@davidovski.xyz> | 2022-05-18 09:56:56 +0100 |
---|---|---|
committer | davidovski <david@davidovski.xyz> | 2022-05-18 09:56:56 +0100 |
commit | 4cfc98e1be889f359613a54010b67e13c673e4ab (patch) | |
tree | 085c6f015955435d1138078984a897491b1b1e37 /repo/xi/xichroot | |
parent | da500224f138f6d4800d248c24228987a0a149de (diff) | |
parent | dccab9b94dcfc5e040647210ba22b9cc4bddc742 (diff) |
Merge branch 'master' of git.cheetah.remote:xilinux/buildfiles
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 -} |