CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
coreutils: synced with noeabi version.
authorVictor Martinez <pitillo@ono.com>
Fri, 4 Jun 2010 07:21:40 +0000 (07:21 +0000)
committerVictor Martinez <pitillo@ono.com>
Fri, 4 Jun 2010 07:21:40 +0000 (07:21 +0000)
coreutils/Pkgfile

index ad823841a70639a0f98efb5410edeea230749c47..b1e971265ed609fb4945a66fcf749f16842c2228 100644 (file)
@@ -6,7 +6,7 @@
 
 name=coreutils
 version=8.4
 
 name=coreutils
 version=8.4
-release=2
+release=3
 source=(http://ftp.gnu.org/pub/gnu/$name/$name-$version.tar.gz 
         coreutils-uname.patch)
 
 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
   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 <<EOF
   done
 
   cat > config.cache <<EOF