CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
coreutils: updated to 8.24 and updated mandir
authorVictor Martinez <pitillo@ono.com>
Thu, 12 Nov 2015 08:14:52 +0000 (08:14 +0000)
committerVictor Martinez <pitillo@ono.com>
Thu, 12 Nov 2015 08:14:52 +0000 (08:14 +0000)
coreutils/.footprint
coreutils/.md5sum
coreutils/Pkgfile

index 7e1d1a5981dbabe8ef86983f47f1b0d96fb1dbb5..73512d479d2a197ac63e08cabf3e02eff5876f6b 100644 (file)
@@ -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/
index 4d58ff694f678713c3184907a6f82b5b4a3f9e33..0bbbb7ac30c0a698259b8ac9428c3385dc0df255 100644 (file)
@@ -1,2 +1,2 @@
-8fb0ae2267aa6e728958adc38f8163a2  coreutils-8.22.tar.xz
+40efdbce865d2458d8da0a9dcee7c16c  coreutils-8.24.tar.xz
 e14ef9dd59a7e6c7f3ae706771964d75  coreutils-uname.patch
index 39eb6f02abec140c4b88d3f0e00807cbf3f98f0e..a673cea1874567d317befa78dc74a2d24f2821cc 100644 (file)
@@ -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
 }