mirror of
https://github.com/git/git.git
synced 2026-03-13 18:33:25 +01:00
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:
2
Makefile
2
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
|
||||
|
||||
Reference in New Issue
Block a user