summaryrefslogtreecommitdiff
path: root/repo/core/coreutils.xibuild
diff options
context:
space:
mode:
Diffstat (limited to 'repo/core/coreutils.xibuild')
-rw-r--r--repo/core/coreutils.xibuild2
1 files changed, 2 insertions, 0 deletions
diff --git a/repo/core/coreutils.xibuild b/repo/core/coreutils.xibuild
index 252bd90..9ee5cc3 100644
--- a/repo/core/coreutils.xibuild
+++ b/repo/core/coreutils.xibuild
@@ -16,6 +16,8 @@ build () {
}
package () {
+ mkdir -pv $PKG_DEST/usr/share/man/man8/chroot.8
+ mkdir -pv $PKG_DEST/usr/sbin
mv -v $PKG_DEST/usr/bin/chroot $PKG_DEST/usr/sbin
mv -v $PKG_DEST/usr/share/man/man1/chroot.1 $PKG_DEST/usr/share/man/man8/chroot.8
sed -i 's/"1"/"8"/' $PKG_DEST/usr/share/man/man8/chroot.8