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 <marius@trolltech.com>
This commit is contained in:
Marius Storm-Olsen
2007-08-07 07:58:08 +02:00
parent 3d9012418c
commit f1e1dc5119

View File

@@ -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