deb: fixed fixing permissions

git-svn-id: branches/fixes_1_8@55230 -
This commit is contained in:
mattias 2017-06-05 07:18:13 +00:00
parent ebf1df9630
commit ba2963e9e0

View File

@ -232,8 +232,8 @@ 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
find $LazBuildDir -perm 664 | xargs -d '\n' chmod 644
find $LazBuildDir -perm 775 | xargs -d '\n' chmod 755 || true
find $LazBuildDir -perm 664 | xargs -d '\n' chmod 644 || true
# postinst + postrm:
# don't know