From 8c40e737d99ccef45c79021d723a90e76cf5c3b1 Mon Sep 17 00:00:00 2001 From: Enrico Tassi Date: Wed, 15 Jul 2015 09:44:14 +0200 Subject: .cma files are not executables --- debian/rules | 1 + 1 file changed, 1 insertion(+) diff --git a/debian/rules b/debian/rules index cbc46469..367b34e0 100755 --- a/debian/rules +++ b/debian/rules @@ -95,6 +95,7 @@ override_dh_auto_install: .PHONY: override_dh_install override_dh_install: + chmod a-x debian/tmp/usr/lib/coq/toploop/*cma dh_install --fail-missing cp debian/coq.xpm debian/coqide/usr/share/pixmaps/coqide.xpm -- cgit v1.2.3