commit | 20563e0f848d88b025ae5d2b0601f8bc51944974 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Feb 19 13:25:18 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Feb 19 13:25:18 2022 +0000 |
tree | 2e9f58805b23a3df413da1f45b26e21b29aa2d63 | |
parent | a42535340a906d33173e8b3e82085c161a0524c8 [diff] [blame] |
patch 8.2.4421: some installed files and directories have wrong permissions Problem: Some installed files and directories have wrong permissions. Solution: Adjust the Makefile and shell to set permissions. (closes #9793)
diff --git a/src/version.c b/src/version.c index 709bf7e..21fefba 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4421, +/**/ 4420, /**/ 4419,