Author: glen
Date: Sun Sep 25 11:57:55 2011
New Revision: 12352

Modified:
   rc-scripts/trunk/po/Makefile.am
Log:
just in case C locale

Modified: rc-scripts/trunk/po/Makefile.am
==============================================================================
--- rc-scripts/trunk/po/Makefile.am     (original)
+++ rc-scripts/trunk/po/Makefile.am     Sun Sep 25 11:57:55 2011
@@ -20,7 +20,7 @@
          && rm -f $$file && $(GMSGFMT) -c --statistics -o $$file $<
 
 $(PACKAGE).pot: Makefile $(POTSRC)
-       $(makepot) $(POTSRC) > $(PACKAGE).po
+       LC_ALL=C $(makepot) $(POTSRC) > $(PACKAGE).po
        cmp $(PACKAGE).po $(PACKAGE).pot || \
                mv $(PACKAGE).po $(PACKAGE).pot; \
        rm -f $(PACKAGE).po
_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to