diff --git a/config.mak.uname b/config.mak.uname index 787a865988..80b2489461 100644 --- a/config.mak.uname +++ b/config.mak.uname @@ -729,6 +729,13 @@ install-mingit-test-artifacts: install -m755 -d '$(DESTDIR_SQ)/$(MINGW_PREFIX)/libexec/git-core' install -m755 git-remote-testgit \ '$(DESTDIR_SQ)/$(MINGW_PREFIX)/libexec/git-core' + + # git-upload-archive (dashed) for t5000 + install -m755 git-upload-archive.exe '$(DESTDIR_SQ)/$(MINGW_PREFIX)/bin' + + # git-difftool--helper for t7800 + install -m755 git-difftool--helper \ + '$(DESTDIR_SQ)/$(MINGW_PREFIX)/libexec/git-core' endif ifeq ($(uname_S),QNX) COMPAT_CFLAGS += -DSA_RESTART=0