[grid-packaging-tools/el5] Add --force-missing to automake call in gpt-bootstrap.sh

Mattias Ellert ellert at fedoraproject.org
Sun Mar 24 06:00:14 UTC 2013


commit 6323daeb5789e7a09d11b29c780e0d800b945d95
Author: Mattias Ellert <mattias.ellert at fysast.uu.se>
Date:   Sun Mar 24 06:59:43 2013 +0100

    Add --force-missing to automake call in gpt-bootstrap.sh

 grid-packaging-tools-force.patch |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)
---
diff --git a/grid-packaging-tools-force.patch b/grid-packaging-tools-force.patch
index 6ca390a..48cf284 100644
--- a/grid-packaging-tools-force.patch
+++ b/grid-packaging-tools-force.patch
@@ -1,6 +1,6 @@
 diff -ur gpt-3.6.3.orig/etc/gpt-bootstrap.sh gpt-3.6.3/etc/gpt-bootstrap.sh
 --- gpt-3.6.3.orig/etc/gpt-bootstrap.sh	2011-02-03 21:46:15.000000000 +0100
-+++ gpt-3.6.3/etc/gpt-bootstrap.sh	2013-03-24 06:31:34.017207783 +0100
++++ gpt-3.6.3/etc/gpt-bootstrap.sh	2013-03-24 06:56:43.070211334 +0100
 @@ -53,15 +53,15 @@
  IFS="$OLDIFS"
  
@@ -13,9 +13,10 @@ diff -ur gpt-3.6.3.orig/etc/gpt-bootstrap.sh gpt-3.6.3/etc/gpt-bootstrap.sh
  echo "Running gpt-to-pkgconfig"
  $GPT_LOCATION/sbin/gpt-to-pkgconfig pkgdata/pkg_data_src.gpt.in || error
  
- echo "running automake --copy -add-missing --foreign"
+-echo "running automake --copy -add-missing --foreign"
 -automake --copy --add-missing --foreign || \
 -  automake --copy --add-missing --foreign  || error
++echo "running automake --copy -add-missing --force-missing --foreign"
 +automake --copy --add-missing --force-missing --foreign || \
 +  automake --copy --add-missing --force-missing --foreign || error
  


More information about the scm-commits mailing list