debian: fix group writable permissions

git-svn-id: trunk@55000 -
This commit is contained in:
mattias 2017-05-19 08:45:30 +00:00
parent 9048bd87cf
commit 179fcc357a
2 changed files with 1 additions and 0 deletions

0
docs/html/build_lcl_chm.sh Normal file → Executable file
View File

View File

@ -224,6 +224,7 @@ chmod 644 $LazBuildDir/etc/lazarus/*.xml
# fixing permissions
echo "fixing permissions ..."
find $LazBuildDir -type d | xargs -d '\n' chmod 755
find $LazBuildDir -perm 775 | xargs -d '\n' chmod 755
chmod a-x $LazBuildDir/debian/rules
# postinst + postrm: