aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/camlp4.rb3
1 files changed, 2 insertions, 1 deletions
diff --git a/Library/Formula/camlp4.rb b/Library/Formula/camlp4.rb
index 124f97ac4..bbd719f74 100644
--- a/Library/Formula/camlp4.rb
+++ b/Library/Formula/camlp4.rb
@@ -16,7 +16,8 @@ class Camlp4 < Formula
"--libdir=#{HOMEBREW_PREFIX}/lib/ocaml",
"--pkgdir=#{HOMEBREW_PREFIX}/lib/ocaml/camlp4"
system "make", "all"
- system "make", "install"
+ system "make", "install", "LIBDIR=#{prefix}/lib/ocaml",
+ "PKGDIR=#{prefix}/lib/ocaml/camlp4"
end
test do