From 981ee3649d067e3cf5b39ad46624d1bb5b182534 Mon Sep 17 00:00:00 2001 From: Wu Xiaotian Date: Fri, 15 Nov 2019 16:20:44 +0800 Subject: fix mate-panel can not find mo file --- applets/fish/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'applets/fish') diff --git a/applets/fish/Makefile.am b/applets/fish/Makefile.am index 6b823e09..f5cfbf78 100644 --- a/applets/fish/Makefile.am +++ b/applets/fish/Makefile.am @@ -4,7 +4,7 @@ AM_CPPFLAGS = \ -I$(srcdir) \ -I$(srcdir)/../../libmate-panel-applet \ -I$(top_builddir)/libmate-panel-applet \ - -DMATELOCALEDIR=\""$(prefix)/$(DATADIRNAME)/locale"\" \ + -DMATELOCALEDIR=\""$(datadir)/locale"\" \ -DFISH_ICONDIR=\""$(fishbitmapsdir)"\" \ $(DISABLE_DEPRECATED_CFLAGS) -- cgit v1.2.1