From 160913b3b613f4e54f5f850d9d9c889906f9c39a Mon Sep 17 00:00:00 2001 From: davidovski Date: Thu, 7 Oct 2021 00:19:02 +0100 Subject: fixed coreutils build problem --- repo/core/coreutils.xibuild | 2 -- 1 file changed, 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 } -- cgit v1.2.1