[csw-devel] SF.net SVN: gar:[11694] csw/mgar/pkg/dia/trunk/files/ 0001-Make-sure-for-loop-is-not-empty.patch

dmichelsen at users.sourceforge.net dmichelsen at users.sourceforge.net
Tue Nov 23 11:34:17 CET 2010


Revision: 11694
          http://gar.svn.sourceforge.net/gar/?rev=11694&view=rev
Author:   dmichelsen
Date:     2010-11-23 10:34:17 +0000 (Tue, 23 Nov 2010)

Log Message:
-----------
dia: Adjust install patch

Modified Paths:
--------------
    csw/mgar/pkg/dia/trunk/files/0001-Make-sure-for-loop-is-not-empty.patch

Modified: csw/mgar/pkg/dia/trunk/files/0001-Make-sure-for-loop-is-not-empty.patch
===================================================================
--- csw/mgar/pkg/dia/trunk/files/0001-Make-sure-for-loop-is-not-empty.patch	2010-11-22 16:18:07 UTC (rev 11693)
+++ csw/mgar/pkg/dia/trunk/files/0001-Make-sure-for-loop-is-not-empty.patch	2010-11-23 10:34:17 UTC (rev 11694)
@@ -1,14 +1,14 @@
-From 9a204d8f2275609a613bbb27f69c4155ef4a497a Mon Sep 17 00:00:00 2001
+From 109bdcb02d7e43bf9b3d15382dd54681b09edc29 Mon Sep 17 00:00:00 2001
 From: Dagobert Michelsen <dam at opencsw.org>
-Date: Mon, 22 Nov 2010 17:13:48 +0100
+Date: Tue, 23 Nov 2010 11:09:26 +0100
 Subject: [PATCH] Make sure for-loop is not empty
 
 ---
- doc/Makefile.in |    6 +++---
- 1 files changed, 3 insertions(+), 3 deletions(-)
+ doc/Makefile.in |    8 ++++----
+ 1 files changed, 4 insertions(+), 4 deletions(-)
 
 diff --git a/doc/Makefile.in b/doc/Makefile.in
-index ec95c51..8c6aa6a 100644
+index ec95c51..85a9b44 100644
 --- a/doc/Makefile.in
 +++ b/doc/Makefile.in
 @@ -382,7 +382,7 @@ ctags-recursive:
@@ -38,6 +38,15 @@
  	unique=`for i in $$list; do \
  	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  	  done | \
+@@ -589,7 +589,7 @@ uninstall-am: uninstall-local
+ install-data-local: $(distfiles)
+ 	-(cd $(DESTDIR)$(helpdir) && rm -f C && ln -s en C)
+ 	$(mkinstalldirs) $(sysdoc)
+-	for i in $^; do \
++	for i in x $^; do \
+ 	  if test -f "$$i"; then  \
+ 	    echo "installing $$i" ;\
+ 	    $(INSTALL_DATA) $$i $(sysdoc)/$$(basename $$i); \
 -- 
 1.7.3
 


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.


More information about the devel mailing list