From 1f9fb2e790e9b0aee98fda60c9ca9ab87f61cce0 Mon Sep 17 00:00:00 2001 From: davidovski Date: Wed, 12 Jan 2022 23:04:23 +0000 Subject: updated all build files based on lfs --- repo/core/coreutils.xibuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'repo/core/coreutils.xibuild') 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 -- cgit v1.2.1