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/wncklet/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'applets/wncklet/Makefile.am') diff --git a/applets/wncklet/Makefile.am b/applets/wncklet/Makefile.am index d9dc7f51..19923878 100644 --- a/applets/wncklet/Makefile.am +++ b/applets/wncklet/Makefile.am @@ -5,7 +5,7 @@ AM_CPPFLAGS = \ -I$(top_builddir)/applets/wncklet \ -I$(top_srcdir)/libmate-panel-applet \ -I$(top_builddir)/libmate-panel-applet \ - -DMATELOCALEDIR=\""$(prefix)/$(DATADIRNAME)/locale"\" \ + -DMATELOCALEDIR=\""$(datadir)/locale"\" \ $(DISABLE_DEPRECATED_CFLAGS) AM_CFLAGS = $(WARN_CFLAGS) -- cgit v1.2.1