From f58647e19f1cdc213ec1906fc38bb14a0267a94c Mon Sep 17 00:00:00 2001 From: Owen Taylor Date: Sun, 15 Dec 2002 01:42:11 +0000 Subject: [PATCH] Fix problem from recent commit where non GNU-format message catalogs would Sat Dec 14 20:36:31 2002 Owen Taylor * po/Makefile.in.in: Fix problem from recent commit where non GNU-format message catalogs would be installed in datadir. --- po/ChangeLog | 6 ++++++ po/Makefile.in.in | 3 ++- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/po/ChangeLog b/po/ChangeLog index e305b1ed4..9da2be7e0 100644 --- a/po/ChangeLog +++ b/po/ChangeLog @@ -1,3 +1,9 @@ +Sat Dec 14 20:36:31 2002 Owen Taylor + + * po/Makefile.in.in: Fix problem from recent commit where + non GNU-format message catalogs would be installed in + datadir. + 2002-12-11 Pauli Virtanen * fi.po: Added Finnish translation from Lauri Nurmi. diff --git a/po/Makefile.in.in b/po/Makefile.in.in index 888f6af6e..4a37cf572 100644 --- a/po/Makefile.in.in +++ b/po/Makefile.in.in @@ -26,7 +26,8 @@ VPATH = @srcdir@ prefix = @prefix@ exec_prefix = @exec_prefix@ datadir = @datadir@ -localedir = $(datadir)/locale +libdir = @libdir@ +localedir = $(libdir)/locale gnulocaledir = $(datadir)/locale gettextsrcdir = $(datadir)/glib-2.0/gettext/po subdir = po