diff options
author | Wu Xiaotian <[email protected]> | 2019-11-15 16:20:44 +0800 |
---|---|---|
committer | raveit65 <[email protected]> | 2019-11-15 12:16:58 +0100 |
commit | 981ee3649d067e3cf5b39ad46624d1bb5b182534 (patch) | |
tree | aef2c5e4b0e587531485442a38219d0bfa5874e6 /libmate-panel-applet | |
parent | 81fcedf052112e66b46e93c719347b3d9ff8476f (diff) | |
download | mate-panel-981ee3649d067e3cf5b39ad46624d1bb5b182534.tar.bz2 mate-panel-981ee3649d067e3cf5b39ad46624d1bb5b182534.tar.xz |
fix mate-panel can not find mo file
Diffstat (limited to 'libmate-panel-applet')
-rw-r--r-- | libmate-panel-applet/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
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) |