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/installman.sh b/src/installman.sh index 00a33a2..98bbb28 100755 --- a/src/installman.sh +++ b/src/installman.sh
@@ -40,6 +40,7 @@ if test ! -d $destdir; then echo creating $destdir /bin/sh install-sh -c -d $destdir + chmod 755 $destdir fi fi