From a693b8d2cb7a215b129aec54dbb7bc052440712a Mon Sep 17 00:00:00 2001 From: Peter Rajnoha Date: Mon, 13 Feb 2012 17:31:14 +0000 Subject: [PATCH] Superfluous '/' in systemd_dir path. --- make.tmpl.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/make.tmpl.in b/make.tmpl.in index 8b42a3313..1c702923c 100644 --- a/make.tmpl.in +++ b/make.tmpl.in @@ -66,7 +66,7 @@ staticdir = $(DESTDIR)@STATICDIR@ udevdir = $(DESTDIR)@udevdir@ pkgconfigdir = $(usrlibdir)/pkgconfig initdir = $(DESTDIR)@sysconfdir@/rc.d/init.d -systemd_dir = $(DESTDIR)/@systemdsystemunitdir@ +systemd_dir = $(DESTDIR)@systemdsystemunitdir@ ocf_scriptdir = $(DESTDIR)@OCFDIR@ USRLIB_RELPATH = $(shell echo $(abspath $(usrlibdir) $(libdir)) | \ -- 2.43.5