mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-22 10:00:33 +02:00
deb: fixed fixing permissions
git-svn-id: branches/fixes_1_8@55230 -
This commit is contained in:
parent
ebf1df9630
commit
ba2963e9e0
@ -232,8 +232,8 @@ chmod 644 $LazBuildDir/etc/lazarus/*.xml
|
|||||||
# fixing permissions
|
# fixing permissions
|
||||||
echo "fixing permissions ..."
|
echo "fixing permissions ..."
|
||||||
find $LazBuildDir -type d | xargs -d '\n' chmod 755
|
find $LazBuildDir -type d | xargs -d '\n' chmod 755
|
||||||
find $LazBuildDir -perm 775 | xargs -d '\n' chmod 755
|
find $LazBuildDir -perm 775 | xargs -d '\n' chmod 755 || true
|
||||||
find $LazBuildDir -perm 664 | xargs -d '\n' chmod 644
|
find $LazBuildDir -perm 664 | xargs -d '\n' chmod 644 || true
|
||||||
|
|
||||||
# postinst + postrm:
|
# postinst + postrm:
|
||||||
# don't know
|
# don't know
|
||||||
|
Loading…
Reference in New Issue
Block a user