]> git.pld-linux.org Git - packages/wesnoth.git/commitdiff
- set proper locale_dir
authorlisu <lisu@pld-linux.org>
Sun, 24 Dec 2006 12:51:13 +0000 (12:51 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    wesnoth-locale_dir.patch -> 1.1

wesnoth-locale_dir.patch [new file with mode: 0644]

diff --git a/wesnoth-locale_dir.patch b/wesnoth-locale_dir.patch
new file mode 100644 (file)
index 0000000..33f9ed3
--- /dev/null
@@ -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
This page took 0.130645 seconds and 4 git commands to generate.