[interchange-cvs] interchange - racke modified Makefile.PL

interchange-cvs at icdevgroup.org interchange-cvs at icdevgroup.org
Fri Jan 9 08:15:11 EST 2004


User:      racke
Date:      2004-01-09 13:15:11 GMT
Modified:  .        Makefile.PL
Log:
ignore CVS conflict files

Revision  Changes    Path
2.48      +1 -1      interchange/Makefile.PL


rev 2.48, prev_rev 2.47
Index: Makefile.PL
===================================================================
RCS file: /anon_cvs/repository/interchange/Makefile.PL,v
retrieving revision 2.47
retrieving revision 2.48
diff -u -r2.47 -r2.48
--- Makefile.PL	3 Jan 2004 19:30:57 -0000	2.47
+++ Makefile.PL	9 Jan 2004 13:15:11 -0000	2.48
@@ -797,7 +797,7 @@
 		lang=`basename $$langfile .cfg`; \
 		mv $$langfile $$langfile.old; \
 		cat $(UILCDIR)/default.cfg >> $$langfile.old; \
-		if ! $(INSTALLBIN)/localize -n -s -m $$langfile.old -u $(UIMENUDIR) -l $$lang `find $(UIDIR) -type f -not -empty` > $$langfile; then \
+		if ! $(INSTALLBIN)/localize -n -s -m $$langfile.old -u $(UIMENUDIR) -l $$lang `find $(UIDIR) -type f -not -empty -not -name '.#*'` > $$langfile; then \
 		echo "Failed to generate locale file $$langfile"; \
 		mv $$langfile.old $$langfile; \
 		fi; \








More information about the interchange-cvs mailing list