Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Avoid double-slash in path names that depend on $(sharedir).
[gitweb.git]
/
Makefile
diff --git
a/Makefile
b/Makefile
index 30a405292215acc4a4520e87a8c10bd7a9284a98..7ce248ea8fa602f32d0335d17b08c61821263f91 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-144,7
+144,7
@@
STRIP ?= strip
prefix = $(HOME)
bindir = $(prefix)/bin
gitexecdir = $(bindir)
-sharedir = $(prefix)/share
/
+sharedir = $(prefix)/share
template_dir = $(sharedir)/git-core/templates/
ifeq ($(prefix),/usr)
sysconfdir = /etc