From f1e1dc5119bd9862bb4d2a975c8ca6362ea43af5 Mon Sep 17 00:00:00 2001 From: Marius Storm-Olsen Date: Tue, 7 Aug 2007 07:58:08 +0200 Subject: [PATCH] Use builtin config function when installing. As the symlink for git-config is not set up yet at this point, we use the builtin instead. Signed-off-by: Marius Storm-Olsen --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 4103eca01b..2f83c432bc 100644 --- a/Makefile +++ b/Makefile @@ -1005,7 +1005,7 @@ install: all $(INSTALL) $(ALL_PROGRAMS) '$(DESTDIR_SQ)$(gitexecdir_SQ)' $(INSTALL) git$X '$(DESTDIR_SQ)$(bindir_SQ)' GIT_CONFIG='$(DESTDIR_SQ)$(sysconfdir_SQ)/gitconfig' \ - $(DESTDIR_SQ)$(bindir_SQ)/git-config$X core.symlinks false + $(DESTDIR_SQ)$(bindir_SQ)/git$X config core.symlinks false $(MAKE) -C templates DESTDIR='$(DESTDIR_SQ)' install $(MAKE) -C perl prefix='$(prefix_SQ)' install ifndef NO_TCLTK