Author: loonycyborg
Date: Sat Apr 18 18:56:19 2009
New Revision: 35020

URL: http://svn.gna.org/viewcvs/wesnoth?rev=35020&view=rev
Log:
Fixed dummy locale generation in 1.6 branch.

Modified:
    branches/1.6/SConstruct

Modified: branches/1.6/SConstruct
URL: 
http://svn.gna.org/viewcvs/wesnoth/branches/1.6/SConstruct?rev=35020&r1=35019&r2=35020&view=diff
==============================================================================
--- branches/1.6/SConstruct (original)
+++ branches/1.6/SConstruct Sat Apr 18 18:56:19 2009
@@ -413,7 +413,7 @@
 #
 
 if env["dummy_locales"]:
-    env.Command(Dir("locales/C"), [], "-mkdir -p locales;echo | $LOCALEDEF -c 
\"$TARGET\" 2> /dev/null")
+    env.Command(Dir("locales/C"), [], "-mkdir -p locales;echo | localedef -c 
\"$TARGET\" 2> /dev/null")
     language_cfg_re = re.compile(r"data/languages/(.*)\.cfg")
     language_cfgs = glob("data/languages/*.cfg")
     languages = Flatten(map(language_cfg_re.findall, language_cfgs))


_______________________________________________
Wesnoth-commits mailing list
[email protected]
https://mail.gna.org/listinfo/wesnoth-commits

Reply via email to