summaryrefslogtreecommitdiffstats
path: root/base/coreutils/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'base/coreutils/Pkgfile')
-rwxr-xr-xbase/coreutils/Pkgfile5
1 files changed, 4 insertions, 1 deletions
diff --git a/base/coreutils/Pkgfile b/base/coreutils/Pkgfile
index c9eab87fb..7f9776a4b 100755
--- a/base/coreutils/Pkgfile
+++ b/base/coreutils/Pkgfile
@@ -4,7 +4,7 @@
# Packager: thierryn1 at hispeed dot ch
name=coreutils
-version=8.10
+version=8.12
release=1
source=(http://ftp.gnu.org/pub/gnu/$name/$name-$version.tar.gz \
http://www.linuxfromscratch.org/patches/lfs/development/coreutils-$version-i18n-1.patch\
@@ -26,6 +26,9 @@ mv $PKG/usr/bin/{cat,chgrp,chmod,chown,cp,date,dd,df,echo} $PKG/bin
mv $PKG/usr/bin/{false,ln,ls,mkdir,mknod,mv,pwd,readlink,rm} $PKG/bin
mv $PKG/usr/bin/{rmdir,stty,sync,true,uname} $PKG/bin
mv -v $PKG/usr/bin/chroot $PKG/usr/sbin
+mkdir -p $PKG/usr/share/man/man8/
+mv -v $PKG/usr/share/man/man1/chroot.1 $PKG/usr/share/man/man8/chroot.8
+sed -i s/\"1\"/\"8\"/1 $PKG/usr/share/man/man8/chroot.8
mv -v $PKG/usr/bin/{head,sleep,nice} $PKG/bin
if [ -f $PKG/usr/share/info/dir ]; then
rm $PKG/usr/share/info/dir