diff options
Diffstat (limited to 'repo')
-rw-r--r-- | repo/core/coreutils.xibuild | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/repo/core/coreutils.xibuild b/repo/core/coreutils.xibuild index 9ee5cc3..0876557 100644 --- a/repo/core/coreutils.xibuild +++ b/repo/core/coreutils.xibuild @@ -19,6 +19,4 @@ 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 } |