diff options
Diffstat (limited to 'repo/xiutils/xichroot.xibuild')
-rw-r--r-- | repo/xiutils/xichroot.xibuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/repo/xiutils/xichroot.xibuild b/repo/xiutils/xichroot.xibuild index b39308f..0a48d42 100644 --- a/repo/xiutils/xichroot.xibuild +++ b/repo/xiutils/xichroot.xibuild @@ -4,5 +4,5 @@ DEPS="bash" DESC="A script to aid with chrooting on XiLinux" package () { - make DESTDIR=$PKG_DEST install-chroot + add_from_main usr/bin/xichroot } |