From d52fd42acd77613970dc8eef2c589fff6cc1e330 Mon Sep 17 00:00:00 2001 From: Johannes Sixt Date: Mon, 11 Jun 2007 11:10:47 +0200 Subject: Remove trailing slash from $(template_dir). All the other directory location variables do not have the trailing slash. Signed-off-by: Johannes Sixt Signed-off-by: Junio C Hamano --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 7ce248ea8f..0f6540c6d8 100644 --- a/Makefile +++ b/Makefile @@ -145,7 +145,7 @@ prefix = $(HOME) bindir = $(prefix)/bin gitexecdir = $(bindir) sharedir = $(prefix)/share -template_dir = $(sharedir)/git-core/templates/ +template_dir = $(sharedir)/git-core/templates ifeq ($(prefix),/usr) sysconfdir = /etc else -- cgit v1.2.1