Index: bootstrap/win/win_tools.bat |
diff --git a/bootstrap/win/win_tools.bat b/bootstrap/win/win_tools.bat |
index 3fa90de9487cc97607bb4e177a153230bbc0dd3b..ebc7b9aa48909cebafc755b44ca3b6aaae7f54e7 100644 |
--- a/bootstrap/win/win_tools.bat |
+++ b/bootstrap/win/win_tools.bat |
@@ -156,7 +156,7 @@ call "%WIN_TOOLS_ROOT_DIR%\git.bat" config --system core.fscache true |
:: files only. This prevents excessive copying when none of the docs |
:: actually changed. |
:: /y : Don't prompt for overwrites (yes) |
-xcopy /i /q /d /y "%WIN_TOOLS_ROOT_DIR%\man\html\*" "%GIT_INST_DIR%\mingw64\share\doc\git-doc" > NUL |
+xcopy /i /q /d /y "%WIN_TOOLS_ROOT_DIR%\man\html\*" "%GIT_INST_DIR%\mingw%OS_BITS%\share\doc\git-doc" > NUL |
:: MSYS users need to restart their shell. |
if defined MSYSTEM if defined DID_UPGRADE ( |