diff options
author | davidovski <david@davidovski.xyz> | 2021-10-07 00:06:58 +0100 |
---|---|---|
committer | davidovski <david@davidovski.xyz> | 2021-10-07 00:06:58 +0100 |
commit | f916b307cca81d89c42a241c6d89ff44bccfefda (patch) | |
tree | dfc2347d2eae36d86c20edf2260483c8f64a2a1b /repo/core/coreutils.xibuild | |
parent | 7ff38024bec68fe70fb6eec0f5cd16188507558f (diff) |
resolved various core issues
Diffstat (limited to 'repo/core/coreutils.xibuild')
-rw-r--r-- | repo/core/coreutils.xibuild | 2 |
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 |