From 80c7885f4ac8a81c35e2b96b8c2b0ef9c5ca1f7b Mon Sep 17 00:00:00 2001 From: Victor Martinez Date: Fri, 4 Jun 2010 07:21:40 +0000 Subject: [PATCH] coreutils: synced with noeabi version. --- coreutils/Pkgfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/coreutils/Pkgfile b/coreutils/Pkgfile index ad82384..b1e9712 100644 --- a/coreutils/Pkgfile +++ b/coreutils/Pkgfile @@ -6,7 +6,7 @@ name=coreutils version=8.4 -release=2 +release=3 source=(http://ftp.gnu.org/pub/gnu/$name/$name-$version.tar.gz coreutils-uname.patch) @@ -15,7 +15,7 @@ build() { patch -p1 -i $SRC/coreutils-uname.patch for f in $(find man/ -type f -name '*.x' -exec basename {} .x \;); do - touch $f + touch $f $f.1 done cat > config.cache <