]> git.pld-linux.org Git - projects/rc-scripts.git/commitdiff
just in case C locale
authorElan Ruusamäe <glen@pld-linux.org>
Sun, 25 Sep 2011 09:57:55 +0000 (09:57 +0000)
committerElan Ruusamäe <glen@pld-linux.org>
Sun, 25 Sep 2011 09:57:55 +0000 (09:57 +0000)
svn-id: @12352

po/Makefile.am

index 4ed0dfc23895a13500d567546a8e4c42e2222361..3adbc6428173217e34c387bf4fc4ae8c9044ac99 100644 (file)
@@ -20,7 +20,7 @@ SUFFIXES = .po .mo .gmo
          && 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
This page took 0.855904 seconds and 4 git commands to generate.