diff options
author | rbuj <[email protected]> | 2020-06-10 15:44:00 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2020-06-11 15:27:43 +0200 |
commit | e979a2364485108e751660874236ebaae0e2e475 (patch) | |
tree | 998e938c1dd530055428db3a7719d4c18ee419b4 /sensors-applet | |
parent | ac91166e411416840dec821af38d190beb07ea9e (diff) | |
download | mate-sensors-applet-e979a2364485108e751660874236ebaae0e2e475.tar.bz2 mate-sensors-applet-e979a2364485108e751660874236ebaae0e2e475.tar.xz |
build: prevents two consecutive slashes in plugin file path
Diffstat (limited to 'sensors-applet')
-rw-r--r-- | sensors-applet/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
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) \ |