forked from aniani/vim
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)
This commit is contained in:
@@ -40,6 +40,7 @@ if test $what = "install" -o $what = "xxd"; then
|
||||
if test ! -d $destdir; then
|
||||
echo creating $destdir
|
||||
/bin/sh install-sh -c -d $destdir
|
||||
chmod 755 $destdir
|
||||
fi
|
||||
fi
|
||||
|
||||
|
||||
Reference in New Issue
Block a user