diff options
author | davidovski <david@davidovski.xyz> | 2022-01-12 23:04:23 +0000 |
---|---|---|
committer | davidovski <david@davidovski.xyz> | 2022-01-12 23:04:23 +0000 |
commit | 1f9fb2e790e9b0aee98fda60c9ca9ab87f61cce0 (patch) | |
tree | 2c850782b81eef5238416557438836c342da9165 /repo/core/coreutils.xibuild | |
parent | 7df0ff4b9974d394786ceee9bd5e3df6616b846b (diff) |
updated all build files based on lfs
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 |