From 96b9e89d5a545553afd827942a7c534b22b5fb8b Mon Sep 17 00:00:00 2001 From: ilovezfs Date: Sun, 16 Jul 2017 01:11:36 -0700 Subject: [PATCH] zero-install: revision for ocaml Closes #15683. Signed-off-by: ilovezfs --- Formula/zero-install.rb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Formula/zero-install.rb b/Formula/zero-install.rb index a88d594084..175c8bd014 100644 --- a/Formula/zero-install.rb +++ b/Formula/zero-install.rb @@ -4,6 +4,7 @@ class ZeroInstall < Formula url "https://github.com/0install/0install/archive/v2.12-1.tar.gz" version "2.12-1" sha256 "317ac6ac680d021cb475962b7f6c2bcee9c35ce7cf04ae00d72bba8113f13559" + revision 1 bottle do cellar :any_skip_relocation @@ -30,7 +31,7 @@ class ZeroInstall < Formula system "opam", "init", "--no-setup" modules = %w[yojson xmlm ounit react ppx_tools lwt<3 extlib ocurl sha] modules << "lablgtk" if build.with? "gtk+" - system "opam", "install", *modules + system "opam", "config", "exec", "opam", "install", *modules system "opam", "config", "exec", "make" inreplace "dist/install.sh", '"/usr/local"', prefix