summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrbuj <[email protected]>2020-06-10 15:44:00 +0200
committerraveit65 <[email protected]>2020-06-11 15:27:43 +0200
commite979a2364485108e751660874236ebaae0e2e475 (patch)
tree998e938c1dd530055428db3a7719d4c18ee419b4
parentac91166e411416840dec821af38d190beb07ea9e (diff)
downloadmate-sensors-applet-e979a2364485108e751660874236ebaae0e2e475.tar.bz2
mate-sensors-applet-e979a2364485108e751660874236ebaae0e2e475.tar.xz
build: prevents two consecutive slashes in plugin file path
-rw-r--r--lib/Makefile.am1
-rw-r--r--sensors-applet/Makefile.am2
2 files changed, 1 insertions, 2 deletions
diff --git a/lib/Makefile.am b/lib/Makefile.am
index 625304f..85e8fb9 100644
--- a/lib/Makefile.am
+++ b/lib/Makefile.am
@@ -4,7 +4,6 @@ AM_CPPFLAGS = -DMATELOCALEDIR=\""$(datadir)/locale/"\" \
-DPIXMAPS_DIR=\""$(datadir)/pixmaps/$(PACKAGE)/"\" \
-DDATADIR=\""$(datadir)"\" \
-DLIBDIR=\""$(libdir)"\" \
- -DSENSORS_APPLET_PLUGIN_DIR=\""$(libdir)/$(PACKAGE)/plugins/"\" \
-DSYSCONFDIR=\""$(sysconfdir)"\" \
-DPREFIX=\""$(prefix)"\" \
-I$(top_srcdir) \
diff --git a/sensors-applet/Makefile.am b/sensors-applet/Makefile.am
index 6f9acd8..7a09312 100644
--- a/sensors-applet/Makefile.am
+++ b/sensors-applet/Makefile.am
@@ -8,7 +8,7 @@ AM_CPPFLAGS = -DMATELOCALEDIR=\""$(datadir)/locale/"\" \
-DDATADIR=\""$(datadir)"\" \
-DLIBDIR=\""$(libdir)"\" \
-DUIDIR=\""$(pkgdatadir)/ui"\" \
- -DSENSORS_APPLET_PLUGIN_DIR=\""$(libdir)/$(PACKAGE)/plugins/"\" \
+ -DSENSORS_APPLET_PLUGIN_DIR=\""$(libdir)/$(PACKAGE)/plugins"\" \
-DSYSCONFDIR=\""$(sysconfdir)"\" \
-DPREFIX=\""$(prefix)"\" \
-I$(top_srcdir) \