Skip to content
This repository has been archived by the owner on Jul 4, 2023. It is now read-only.

Commit

Permalink
coq: use Formula[]
Browse files Browse the repository at this point in the history
  • Loading branch information
adamv committed Feb 27, 2014
1 parent 59785d3 commit 1603a71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Library/Formula/coq.rb
Expand Up @@ -27,7 +27,7 @@ class Coq < Formula
depends_on 'camlp5'

def install
camlp5_lib = Formula.factory('camlp5').lib+'ocaml/camlp5'
camlp5_lib = Formula['camlp5'].lib+'ocaml/camlp5'
system "./configure", "-prefix", prefix,
"-mandir", man,
"-camlp5dir", camlp5_lib,
Expand Down

0 comments on commit 1603a71

Please sign in to comment.