]> sourceware.org Git - lvm2.git/commitdiff
Superfluous '/' in systemd_dir path.
authorPeter Rajnoha <prajnoha@redhat.com>
Mon, 13 Feb 2012 17:31:14 +0000 (17:31 +0000)
committerPeter Rajnoha <prajnoha@redhat.com>
Mon, 13 Feb 2012 17:31:14 +0000 (17:31 +0000)
make.tmpl.in

index 8b42a3313e387ab95077366308d391cc3aea69bd..1c702923cb8134025f90d7eb24ec2cfc87e76a4f 100644 (file)
@@ -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)) | \
This page took 0.032429 seconds and 5 git commands to generate.