Fix 'make install' of the repository templates.

In 2d84ffaf0d the path to the template
directory was modified to be relative. However, since this setting is passed
down to templates/Makefile, it installed the templates in the build
directory. This works around the problem by not allowing the installation
directory to be overridable.
This commit is contained in:
Johannes Sixt
2007-05-22 19:37:30 +02:00
parent d17b18abec
commit 312749fc46

View File

@@ -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=
# set NOEXECTEMPL to non-empty to change the names of hook scripts
# so that the tools will not find them