From: Andre Noll Date: Sun, 3 Mar 2019 21:21:26 +0000 (+0100) Subject: build: .a files do not need to be executable. X-Git-Tag: v1.0.2~2 X-Git-Url: http://git.tuebingen.mpg.de/?a=commitdiff_plain;h=e28bd04447619b06af565adc247c9ddeecc2d286;hp=e28bd04447619b06af565adc247c9ddeecc2d286;p=lopsub.git build: .a files do not need to be executable. We currently install liblopsub.a with mode 755, but the executable bit is not needed. In fact, lintian complains about this. ---