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 --- templates/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'templates') diff --git a/templates/Makefile b/templates/Makefile index b8352e731..aaa39d30f 100644 --- a/templates/Makefile +++ b/templates/Makefile @@ -7,7 +7,7 @@ endif INSTALL ?= install TAR ?= tar prefix ?= $(HOME) -template_dir ?= $(prefix)/share/git-core/templates/ +template_dir ?= $(prefix)/share/git-core/templates # DESTDIR= # Shell quote (do not use $(call) to accommodate ancient setups); -- cgit v1.2.1