diff options
author | Bram Moolenaar <Bram@vim.org> | 2019-12-07 21:01:43 +0100 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2019-12-07 21:01:43 +0100 |
commit | 5f1920ada24904a115232e01f28fc8a6cdd623af (patch) | |
tree | 91384e377fe613f758dfa46c9a7a6153871bb0d9 /tools | |
parent | bfd34333302c0b0115ab2a9c995b5adbdb8f4ef8 (diff) | |
download | vim-git-5f1920ada24904a115232e01f28fc8a6cdd623af.tar.gz |
patch 8.1.2409: creating the distribution doesn't work as documentedv8.1.2409
Problem: Creating the distribution doesn't work as documented.
Solution: Adjust name of uninstall binary. Create src/auto directory if
needed.
Diffstat (limited to 'tools')
-rw-r--r-- | tools/rename.bat | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/rename.bat b/tools/rename.bat index d66b0d33f..50b3f7b2e 100644 --- a/tools/rename.bat +++ b/tools/rename.bat @@ -3,4 +3,4 @@ mv tee/tee.exe teew32.exe mv xxd/xxd.exe xxdw32.exe mv vim.pdb vimw32.pdb mv install.exe installw32.exe -mv uninstal.exe uninstalw32.exe +mv uninstall.exe uninstallw32.exe |