Johannes Sixt <johannes.sixt@xxxxxxxxxx> writes: > diff --git a/Makefile b/Makefile > index af84af9..c23031c 100644 > --- 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 This suggests that we would also want to drop the trailing slash from template_dir, doesn't it? I took a brief look at builtin-init-db.c but it seems that the code is safe with or without the trailing slash there. - To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html