summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2019-11-16 16:06:57 +0100
committerraveit65 <[email protected]>2019-11-17 13:38:42 +0100
commit8cc7c05b4e8700cee6967e2e506334d11f04b375 (patch)
treef5005f0692ea3b4d65e0211188ad2ddff652d7ac
parent38baef694aa701254568ccd64dbd2f5d8e6f7de6 (diff)
downloadmate-media-8cc7c05b4e8700cee6967e2e506334d11f04b375.tar.bz2
mate-media-8cc7c05b4e8700cee6967e2e506334d11f04b375.tar.xz
fix volume-panel-applet can not find mo file
-rw-r--r--mate-volume-control/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/mate-volume-control/Makefile.am b/mate-volume-control/Makefile.am
index 68913ac..06eae15 100644
--- a/mate-volume-control/Makefile.am
+++ b/mate-volume-control/Makefile.am
@@ -17,7 +17,7 @@ AM_CPPFLAGS = \
$(WARN_CFLAGS) \
$(VOLUME_CONTROL_CFLAGS) \
$(DISABLE_DEPRECATED) \
- -DMATELOCALEDIR=\""$(prefix)/$(DATADIRNAME)/locale"\" \
+ -DMATELOCALEDIR=\""$(datadir)/locale"\" \
-DLOCALE_DIR=\""$(datadir)/locale"\" \
-DICON_DATA_DIR="\"$(pkgdatadir)/icons\"" \
-DSOUND_SET_DIR="\"$(pkgdatadir)/sounds\"" \