summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZdenek Kabelac <zkabelac@redhat.com>2015-04-22 10:59:03 +0200
committerZdenek Kabelac <zkabelac@redhat.com>2015-04-22 10:59:03 +0200
commit7f8d942268161abcb56700c027f82a87f20f0abf (patch)
tree3b7eb5d4c29be91757d5df15ade381b71f415dc6
parentd8874556cde1e0be4ee1d9cf40835d8ee7fe89f2 (diff)
downloadlvm2-7f8d942268161abcb56700c027f82a87f20f0abf.tar.gz
makefiles: avoid // in datadir usage
DESTDIR already comes with '/'
-rw-r--r--make.tmpl.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/make.tmpl.in b/make.tmpl.in
index ed6b522c8..5b98ae10b 100644
--- a/make.tmpl.in
+++ b/make.tmpl.in
@@ -79,7 +79,7 @@ usrlibdir = $(DESTDIR)@usrlibdir@
sbindir = $(DESTDIR)@sbindir@
usrsbindir = $(DESTDIR)@usrsbindir@
datarootdir = @datarootdir@
-datadir = $(DESTDIR)/@datadir@
+datadir = $(DESTDIR)@datadir@
infodir = $(DESTDIR)@infodir@
mandir = $(DESTDIR)@mandir@
localedir = $(DESTDIR)@LOCALEDIR@