From ee279c84e34f1ebb8a6ff17d54ee146d11e29764 Mon Sep 17 00:00:00 2001 From: Chris Ball Date: Sat, 21 Feb 2009 14:48:42 -0500 Subject: Fix fi_FI locale install directory. fi_FI was setting "x11thislocaledir" to en_US, with the result that its locale data was written in that locale dir. Signed-off-by: Chris Ball --- nls/fi_FI.UTF-8/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nls/fi_FI.UTF-8/Makefile.am b/nls/fi_FI.UTF-8/Makefile.am index c364315a..800e800e 100644 --- a/nls/fi_FI.UTF-8/Makefile.am +++ b/nls/fi_FI.UTF-8/Makefile.am @@ -1,3 +1,3 @@ -x11thislocaledir = $(X11_LOCALEDATADIR)/en_US.UTF-8 +x11thislocaledir = $(X11_LOCALEDATADIR)/fi_FI.UTF-8 include $(top_srcdir)/nls/localerules.in -- cgit v1.2.3