SOURCES: wesnoth-locale_dir.patch (NEW) - set proper locale_dir

lisu lisu at pld-linux.org
Sun Dec 24 13:51:18 CET 2006


Author: lisu                         Date: Sun Dec 24 12:51:18 2006 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- set proper locale_dir

---- Files affected:
SOURCES:
   wesnoth-locale_dir.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/wesnoth-locale_dir.patch
diff -u /dev/null SOURCES/wesnoth-locale_dir.patch:1.1
--- /dev/null	Sun Dec 24 13:51:18 2006
+++ SOURCES/wesnoth-locale_dir.patch	Sun Dec 24 13:51:13 2006
@@ -0,0 +1,13 @@
+--- wesnoth-1.2/configure.ac~	2006-12-22 23:33:48.000000000 +0100
++++ wesnoth-1.2/configure.ac	2006-12-24 13:03:20.000000000 +0100
+@@ -106,8 +106,8 @@
+ 		esac])
+ AC_SUBST([DATADIR])
+ 
+-#LOCALEDIR="$datadir/locale"
+-LOCALEDIR=translations
++LOCALEDIR="$datadir/locale"
++#LOCALEDIR=translations
+ AC_ARG_WITH([localedir],
+             AS_HELP_STRING([--with-localedir@<:@=DIR@:>@], [install locale data under dir @<:@translations@:>@]),
+ 	      [case "${withval}" in
================================================================


More information about the pld-cvs-commit mailing list