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 --- libmate-panel-applet/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libmate-panel-applet') diff --git a/libmate-panel-applet/Makefile.am b/libmate-panel-applet/Makefile.am index e7a2c22a..196436e9 100644 --- a/libmate-panel-applet/Makefile.am +++ b/libmate-panel-applet/Makefile.am @@ -4,7 +4,7 @@ noinst_PROGRAMS = test-dbus-applet AM_CPPFLAGS = \ $(LIBMATE_PANEL_APPLET_CFLAGS) \ -I$(top_builddir)/libmate-panel-applet \ - -DMATELOCALEDIR=\""$(prefix)/$(DATADIRNAME)/locale"\" \ + -DMATELOCALEDIR=\""$(datadir)/locale"\" \ $(DISABLE_DEPRECATED_CFLAGS) AM_CFLAGS = $(WARN_CFLAGS) -- cgit v1.2.1