debian: fixed permissions

git-svn-id: trunk@54998 -
This commit is contained in:
mattias 2017-05-19 08:38:20 +00:00
parent 9c5cecaeea
commit 9048bd87cf
5 changed files with 2 additions and 1 deletions

0
docs/booth/ProdProgEntwMitOpenSourceSystems2007.odp Executable file → Normal file
View File

View File

0
ide/comppagespopup.lfm Executable file → Normal file
View File

0
ide/comppagespopup.pas Executable file → Normal file
View File

View File

@ -223,7 +223,8 @@ chmod 644 $LazBuildDir/etc/lazarus/*.xml
# fixing permissions
echo "fixing permissions ..."
find $LazBuildDir -type d | xargs -d '\n' chmod 755 # this is needed, don't ask me why
find $LazBuildDir -type d | xargs -d '\n' chmod 755
chmod a-x $LazBuildDir/debian/rules
# postinst + postrm:
# don't know