mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-05 18:18:02 +02:00
debian: fixed permissions
git-svn-id: trunk@54998 -
This commit is contained in:
parent
9c5cecaeea
commit
9048bd87cf
0
docs/booth/ProdProgEntwMitOpenSourceSystems2007.odp
Executable file → Normal file
0
docs/booth/ProdProgEntwMitOpenSourceSystems2007.odp
Executable file → Normal file
0
examples/androidlcl/android/src/com/pascal/lcltest/LCLActivity.java
Executable file → Normal file
0
examples/androidlcl/android/src/com/pascal/lcltest/LCLActivity.java
Executable file → Normal file
0
ide/comppagespopup.lfm
Executable file → Normal file
0
ide/comppagespopup.lfm
Executable file → Normal file
0
ide/comppagespopup.pas
Executable file → Normal file
0
ide/comppagespopup.pas
Executable file → Normal 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
|
||||
|
Loading…
Reference in New Issue
Block a user