From e979a2364485108e751660874236ebaae0e2e475 Mon Sep 17 00:00:00 2001 From: rbuj Date: Wed, 10 Jun 2020 15:44:00 +0200 Subject: build: prevents two consecutive slashes in plugin file path --- sensors-applet/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sensors-applet') 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) \ -- cgit v1.2.1