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