SVN: rc-scripts/trunk/po/Makefile.am
    glen 
    glen at pld-linux.org
       
    Sun Sep 25 11:57:55 CEST 2011
    
    
  
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
    
    
More information about the pld-cvs-commit
mailing list