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

interchange-core@interchange.redhat.com interchange-core@interchange.redhat.com
Thu Oct 4 05:33:02 2001


User:      racke
Date:      2001-10-04 09:32:21 GMT
Modified:  .        Tag: STABLE_4_8-branch Makefile.PL
Log:
call localize with new option -D and omit option -n

Revision  Changes    Path
No                   revision



No                   revision



2.9.2.3   +1 -1      interchange/Makefile.PL


rev 2.9.2.3, prev_rev 2.9.2.2
Index: Makefile.PL
===================================================================
RCS file: /anon_cvs/repository/interchange/Makefile.PL,v
retrieving revision 2.9.2.2
retrieving revision 2.9.2.3
diff -u -r2.9.2.2 -r2.9.2.3
--- Makefile.PL	2001/10/01 08:37:16	2.9.2.2
+++ Makefile.PL	2001/10/04 09:32:21	2.9.2.3
@@ -737,7 +737,7 @@
 	@for lang in $(UILANGS); do \
         mv $(UIDIR)/locales/$$lang.cfg $(UIDIR)/locales/$$lang.cfg.old; \
         cat $(UIDIR)/locales/default.cfg >> $(UIDIR)/locales/$$lang.cfg.old; \
-		if ! $(INSTALLBIN)/localize -n -m $(UIDIR)/locales/$$lang.cfg.old -u $(UIDIR) -l $$lang `find $(UIDIR) -type f -not -empty` > $(UIDIR)/locales/$$lang.cfg; then \
+		if ! $(INSTALLBIN)/localize -m $(UIDIR)/locales/$$lang.cfg.old -u $(UIDIR) -l $$lang -D `find $(UIDIR) -type f -not -empty` > $(UIDIR)/locales/$$lang.cfg; then \
 		echo "Failed to generate locale file $(UIDIR)/locales/$$lang.cfg"; \
 		mv $(UIDIR)/locales/$$lang.cfg.old $(UIDIR)/locales/$$lang.cfg; \
 		fi; \