diff options
Diffstat (limited to 'repo/core/coreutils.xibuild')
-rw-r--r-- | repo/core/coreutils.xibuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/repo/core/coreutils.xibuild b/repo/core/coreutils.xibuild index 0876557..3e0e023 100644 --- a/repo/core/coreutils.xibuild +++ b/repo/core/coreutils.xibuild @@ -12,10 +12,10 @@ build () { --prefix=/usr \ --enable-no-install-program=kill,uptime make - make DESTDIR=$PKG_DEST install } package () { + make DESTDIR=$PKG_DEST install 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 |