From 65472b281c5a2049695eb620dd84eab9028711a9 Mon Sep 17 00:00:00 2001 From: mattias Date: Fri, 19 May 2017 09:05:12 +0000 Subject: [PATCH] debian: disable debian/rules, not used by our deb git-svn-id: trunk@55002 - --- tools/install/create_lazarus_deb.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/install/create_lazarus_deb.sh b/tools/install/create_lazarus_deb.sh index b87a15638f..a399d04ad4 100755 --- a/tools/install/create_lazarus_deb.sh +++ b/tools/install/create_lazarus_deb.sh @@ -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