From 88b193c5378317b3e5888d0ca25b693dc7a6c65a Mon Sep 17 00:00:00 2001 From: Victor Martinez Date: Thu, 12 Nov 2015 08:14:52 +0000 Subject: [PATCH] coreutils: updated to 8.24 and updated mandir --- coreutils/.footprint | 1 + coreutils/.md5sum | 2 +- coreutils/Pkgfile | 7 +++---- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/coreutils/.footprint b/coreutils/.footprint index 7e1d1a5..73512d4 100644 --- a/coreutils/.footprint +++ b/coreutils/.footprint @@ -102,3 +102,4 @@ drwxr-xr-x root/root usr/bin/ drwxr-xr-x root/root usr/lib/ drwxr-xr-x root/root usr/lib/coreutils/ -rwxr-xr-x root/root usr/lib/coreutils/libstdbuf.so +drwxr-xr-x root/root usr/share/ diff --git a/coreutils/.md5sum b/coreutils/.md5sum index 4d58ff6..0bbbb7a 100644 --- a/coreutils/.md5sum +++ b/coreutils/.md5sum @@ -1,2 +1,2 @@ -8fb0ae2267aa6e728958adc38f8163a2 coreutils-8.22.tar.xz +40efdbce865d2458d8da0a9dcee7c16c coreutils-8.24.tar.xz e14ef9dd59a7e6c7f3ae706771964d75 coreutils-uname.patch diff --git a/coreutils/Pkgfile b/coreutils/Pkgfile index 39eb6f0..a673cea 100644 --- a/coreutils/Pkgfile +++ b/coreutils/Pkgfile @@ -5,8 +5,8 @@ # Depends on: libgmp acl libcap name=coreutils -version=8.22 -release=1 +version=8.24 +release=2 source=(http://ftp.gnu.org/pub/gnu/$name/$name-$version.tar.xz \ $name-uname.patch) @@ -34,7 +34,6 @@ EOF --host=$CTARGET \ --prefix=/usr \ --libexecdir=/usr/lib \ - --mandir=/usr/man \ --disable-nls \ --disable-assert \ --enable-no-install-program=uptime,kill,chcon,runcon,groups \ @@ -61,5 +60,5 @@ EOF install -d $PKG/bin mv $PKG/usr/bin/{cat,chgrp,chmod,chown,cp,date,dd,df,echo,false,ln,ls,mkdir,sleep} $PKG/bin mv $PKG/usr/bin/{mknod,mv,pwd,readlink,rm,rmdir,stty,sync,touch,true,uname} $PKG/bin - rm -r $PKG/usr/share + rm -r $PKG/usr/share/info } -- 2.26.2