diff options
author | raveit65 <[email protected]> | 2019-11-16 16:06:57 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2019-11-17 13:38:42 +0100 |
commit | 8cc7c05b4e8700cee6967e2e506334d11f04b375 (patch) | |
tree | f5005f0692ea3b4d65e0211188ad2ddff652d7ac /mate-volume-control/Makefile.am | |
parent | 38baef694aa701254568ccd64dbd2f5d8e6f7de6 (diff) | |
download | mate-media-8cc7c05b4e8700cee6967e2e506334d11f04b375.tar.bz2 mate-media-8cc7c05b4e8700cee6967e2e506334d11f04b375.tar.xz |
fix volume-panel-applet can not find mo file
Diffstat (limited to 'mate-volume-control/Makefile.am')
-rw-r--r-- | mate-volume-control/Makefile.am | 2 |
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\"" \ |