mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-09 13:08:12 +02:00
deb: less warnings
git-svn-id: branches/fixes_1_8@55232 -
This commit is contained in:
parent
ba2963e9e0
commit
2f00ddbe1f
@ -231,9 +231,9 @@ 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 || true
|
||||
find $LazBuildDir -perm 664 | xargs -d '\n' chmod 644 || true
|
||||
find $LazBuildDir -type d -exec chmod 755 {} \;
|
||||
find $LazBuildDir -perm 775 -exec chmod 755 {} \;
|
||||
find $LazBuildDir -perm 664 -exec chmod 644 {} \;
|
||||
|
||||
# postinst + postrm:
|
||||
# don't know
|
||||
|
Loading…
Reference in New Issue
Block a user