We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7f41b6b + 53b7425 commit 16f5bfcCopy full SHA for 16f5bfc
1 file changed
Makefile
@@ -2291,8 +2291,7 @@ install: all
2291
$(INSTALL) $(install_bindir_programs) '$(DESTDIR_SQ)$(bindir_SQ)'
2292
$(MAKE) -C templates DESTDIR='$(DESTDIR_SQ)' install
2293
$(INSTALL) -d -m 755 '$(DESTDIR_SQ)$(mergetools_instdir_SQ)'
2294
- (cd mergetools && $(TAR) cf - .) | \
2295
- (cd '$(DESTDIR_SQ)$(mergetools_instdir_SQ)' && umask 022 && $(TAR) xof -)
+ $(INSTALL) -m 644 mergetools/* '$(DESTDIR_SQ)$(mergetools_instdir_SQ)'
2296
ifndef NO_PERL
2297
$(MAKE) -C perl prefix='$(prefix_SQ)' DESTDIR='$(DESTDIR_SQ)' install
2298
$(MAKE) -C gitweb install
0 commit comments