From 3c1b4c9346933326198ce69a97b5d088dcb81ca8 Mon Sep 17 00:00:00 2001 From: rbuj Date: Sun, 19 Jan 2020 16:22:11 +0100 Subject: gettext: Fix locale dir This allows to load the translations. --- mate-dictionary/src/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mate-dictionary/src/Makefile.am') diff --git a/mate-dictionary/src/Makefile.am b/mate-dictionary/src/Makefile.am index 31e91340..6eeac251 100644 --- a/mate-dictionary/src/Makefile.am +++ b/mate-dictionary/src/Makefile.am @@ -6,7 +6,7 @@ AM_CPPFLAGS = \ -DLIBDIR=\""$(libdir)"\" \ -DDATADIR=\""$(datadir)"\" \ -DPKGDATADIR=\""$(datadir)/mate-dictionary"\" \ - -DMATELOCALEDIR=\""$(prefix)/$(DATADIRNAME)/locale"\" \ + -DMATELOCALEDIR=\""$(datadir)/locale"\" \ $(NULL) bin_PROGRAMS = mate-dictionary -- cgit v1.2.1