diff options
Diffstat (limited to 'mate-volume-control')
-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\"" \ |