CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
coreutils: fixed building issues on cross-compile when running help2man stage
authorJose V Beneyto <sepen@crux.nu>
Wed, 31 Mar 2010 09:34:45 +0000 (11:34 +0200)
committerJose V Beneyto <sepen@crux.nu>
Wed, 31 Mar 2010 09:34:45 +0000 (11:34 +0200)
coreutils/Pkgfile
m4/README [new file with mode: 0644]

index 64ef2100239ec2cac42f4b964158c4901319f0c0..091f56c26b88e6dbb9985247767c4b543de2a208 100644 (file)
@@ -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 <<EOF
diff --git a/m4/README b/m4/README
new file mode 100644 (file)
index 0000000..6546003
--- /dev/null
+++ b/m4/README
@@ -0,0 +1,7 @@
+
+README for m4
+
+
+NOTES
+
+  You need automake >= 1.11.1 installed on your host