mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-29 09:50:31 +02:00
debian: disable debian/rules, not used by our deb
git-svn-id: branches/fixes_1_8@55003 -
This commit is contained in:
parent
41130a9ece
commit
fd834076b9
@ -142,6 +142,7 @@ if [ "$UseCHMHelp" = "1" ]; then
|
||||
cp -v *.kwd *.chm $LazDestDir/docs/chm/
|
||||
cd -
|
||||
fi
|
||||
chmod a-x $LazDestDir/debian/rules
|
||||
|
||||
# compile
|
||||
echo
|
||||
@ -225,7 +226,6 @@ chmod 644 $LazBuildDir/etc/lazarus/*.xml
|
||||
echo "fixing permissions ..."
|
||||
find $LazBuildDir -type d | xargs -d '\n' chmod 755
|
||||
find $LazBuildDir -perm 775 | xargs -d '\n' chmod 755
|
||||
chmod a-x $LazBuildDir/debian/rules
|
||||
|
||||
# postinst + postrm:
|
||||
# don't know
|
||||
|
Loading…
Reference in New Issue
Block a user