summaryrefslogtreecommitdiff
path: root/repo/xiutils/xichroot.xibuild
blob: b39308fb76861ebe0b08730ccac25b9ffdc7d040 (plain)
1
2
3
4
5
6
7
8
#!/bin/sh

DEPS="bash"
DESC="A script to aid with chrooting on XiLinux"

package () {
    make DESTDIR=$PKG_DEST install-chroot
}