Skip to content

Commit

Permalink
Workaround ocaml/opam#3782
Browse files Browse the repository at this point in the history
Expressly set the execute bit on the script
  • Loading branch information
dra27 committed Aug 1, 2019
1 parent 37f6b1e commit 2e5358e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/graphics/scripts/opam
Original file line number Diff line number Diff line change
Expand Up @@ -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: [
Expand Down

0 comments on commit 2e5358e

Please sign in to comment.