mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-05 23:58:06 +02:00
debian: fix group writable permissions
git-svn-id: trunk@55000 -
This commit is contained in:
parent
9048bd87cf
commit
179fcc357a
0
docs/html/build_lcl_chm.sh
Normal file → Executable file
0
docs/html/build_lcl_chm.sh
Normal file → Executable 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:
|
||||
|
Loading…
Reference in New Issue
Block a user