diff options
author | rbuj <[email protected]> | 2020-01-19 16:22:11 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2020-01-20 21:17:21 +0100 |
commit | 3c1b4c9346933326198ce69a97b5d088dcb81ca8 (patch) | |
tree | 6afeb51ef9144c116568bf17976e82a867983a9f /gsearchtool/src | |
parent | 519672fb4f48411bc17e92b9c8c852fe6f29177c (diff) | |
download | mate-utils-3c1b4c9346933326198ce69a97b5d088dcb81ca8.tar.bz2 mate-utils-3c1b4c9346933326198ce69a97b5d088dcb81ca8.tar.xz |
gettext: Fix locale dir
This allows to load the translations.
Diffstat (limited to 'gsearchtool/src')
-rw-r--r-- | gsearchtool/src/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gsearchtool/src/Makefile.am b/gsearchtool/src/Makefile.am index 7091e0f1..14582a23 100644 --- a/gsearchtool/src/Makefile.am +++ b/gsearchtool/src/Makefile.am @@ -3,7 +3,7 @@ NULL = AM_CPPFLAGS = \ -I$(top_srcdir)/gsearchtool/libeggsmclient \ -I$(top_srcdir)/gsearchtool/libmateui-deprecated \ - -DMATELOCALEDIR=\""$(prefix)/$(DATADIRNAME)/locale"\" \ + -DMATELOCALEDIR=\""$(datadir)/locale"\" \ -DLOCALEDIR=\"$(datadir)/locale\" \ -DDATADIR=\""$(datadir)"\" \ -DGREP_COMMAND=\""$(GREP_COMMAND)"\" |