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. --- baobab/src/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'baobab') diff --git a/baobab/src/Makefile.am b/baobab/src/Makefile.am index 5b6f1987..8af4b1d3 100644 --- a/baobab/src/Makefile.am +++ b/baobab/src/Makefile.am @@ -6,7 +6,7 @@ AM_CPPFLAGS = \ -DLIBDIR=\""$(libdir)"\" \ -DDATADIR=\""$(datadir)"\" \ -DBAOBAB_PIX_DIR=\""$(datadir)/mate-disk-usage-analyzer/pixmaps/"\" \ - -DMATELOCALEDIR=\""$(prefix)/$(DATADIRNAME)/locale"\" \ + -DMATELOCALEDIR=\""$(datadir)/locale"\" \ $(NULL) bin_PROGRAMS = mate-disk-usage-analyzer -- cgit v1.2.1