From 5cd3f50c1472e893cb464c1c95fdc7e9830edf1a Mon Sep 17 00:00:00 2001 From: David Allsopp Date: Thu, 1 Aug 2019 08:50:59 +0100 Subject: [PATCH] Workaround ocaml/opam#3782 Expressly set the execute bit on the script --- packages/graphics/scripts/opam | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/graphics/scripts/opam b/packages/graphics/scripts/opam index 786b00fad2ca..511fcb4ad4eb 100644 --- a/packages/graphics/scripts/opam +++ b/packages/graphics/scripts/opam @@ -10,6 +10,7 @@ authors: [ "Xavier Leroy" homepage: "https://ocaml.org" license: "LGPL-2.1 with OCaml linking exception" build: [ + ["chmod" "+x" "install.sh"] ["./install.sh" "build" "%{ocaml:preinstalled}%" "%{ocaml:lib}%" make "allopt" {ocaml:native}] ] install: [