From: Victor Martinez Date: Mon, 21 Jun 2010 13:04:03 +0000 (+0000) Subject: coreutils: Fixed manuals without building them, they are provided. X-Git-Url: http://gitweb/?a=commitdiff_plain;ds=inline;h=a4906a9b1cb767886997fb8fb23e455890350ef7;p=crossrootfs.git coreutils: Fixed manuals without building them, they are provided. --- diff --git a/coreutils/.md5sum b/coreutils/.md5sum index d2555fb..0940b84 100644 --- a/coreutils/.md5sum +++ b/coreutils/.md5sum @@ -1,2 +1,3 @@ 56f549854d723d9dcebb77919019df55 coreutils-8.4.tar.gz +75eb9d7f0c9f0e25bee29c77935146d2 coreutils-8.4_manpages.tar.bz2 e14ef9dd59a7e6c7f3ae706771964d75 coreutils-uname.patch diff --git a/coreutils/Pkgfile b/coreutils/Pkgfile index b1e9712..a99f876 100644 --- a/coreutils/Pkgfile +++ b/coreutils/Pkgfile @@ -6,17 +6,15 @@ name=coreutils version=8.4 -release=3 +release=4 source=(http://ftp.gnu.org/pub/gnu/$name/$name-$version.tar.gz - coreutils-uname.patch) + coreutils-uname.patch \ + http://crux-arm.nu/files/distfiles/coreutils-8.4_manpages.tar.bz2) build() { cd $name-$version patch -p1 -i $SRC/coreutils-uname.patch - - for f in $(find man/ -type f -name '*.x' -exec basename {} .x \;); do - touch $f $f.1 - done + sed "s|SUBDIRS = lib src doc man po tests gnulib-tests|SUBDIRS = lib src tests gnulib-tests|g" -i Makefile.in cat > config.cache <