From ec2d15118bd6aa24e9323302e9aaa71dd54bc028 Mon Sep 17 00:00:00 2001 From: Tom Prince Date: Tue, 11 Oct 2005 18:47:33 -0700 Subject: [PATCH] Export template_dir in Makefile. If somebody set template_dir in config.mak. Then git-init-db would be compiled with the correct location but the templates would be installed in the default location. Fix it. Signed-off-by: Tom Prince Signed-off-by: Junio C Hamano --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 8697d52d..d345c5d1 100644 --- a/Makefile +++ b/Makefile @@ -310,7 +310,7 @@ SCRIPTS = $(patsubst %.sh,%,$(SCRIPT_SH)) \ $(patsubst %.py,%,$(SCRIPT_PYTHON)) \ gitk -export prefix TAR INSTALL DESTDIR SHELL_PATH +export prefix TAR INSTALL DESTDIR SHELL_PATH template_dir ### Build rules all: $(PROGRAMS) $(SCRIPTS) -- 2.11.0