aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/falcon.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula/falcon.rb')
-rw-r--r--Library/Formula/falcon.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/falcon.rb b/Library/Formula/falcon.rb
index 11577e7f7..50dc69cdf 100644
--- a/Library/Formula/falcon.rb
+++ b/Library/Formula/falcon.rb
@@ -22,7 +22,7 @@ class Falcon <Formula
depends_on 'pcre'
def install
- cmake_opts = "-DCMAKE_INSTALL_NAME_DIR=#{prefix}/lib"
+ cmake_opts = "-DCMAKE_INSTALL_NAME_DIR=#{lib}"
ENV.append "EXTRA_CMAKE", cmake_opts
system "./build.sh", "-p", "#{prefix}", "-int", "-el"
system "./build.sh", "-i"