X-Git-Url: http://gitweb/?a=blobdiff_plain;f=coreutils%2FPkgfile;h=a673cea1874567d317befa78dc74a2d24f2821cc;hb=f241520fd7e2d5a6367f3a1ec1c65db8e93b87df;hp=39eb6f02abec140c4b88d3f0e00807cbf3f98f0e;hpb=25d21bea3e1cf6bfb60f93cf7a2de13e555f8a20;p=crossrootfs.git 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 }