aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/nspr.rb
diff options
context:
space:
mode:
authorAlexis Hildebrandt2010-11-02 17:09:10 +0100
committerAdam Vandenberg2010-11-02 18:53:39 -0700
commit040541cfe7ca93aee80ed859a9e8e3fbcad07f84 (patch)
tree46d3f4ca5db9f93cc0aa69c0407a9fbb1cea5ac7 /Library/Formula/nspr.rb
parentf7aca42449af48a903e15c8f77bb8927aebb813f (diff)
downloadhomebrew-040541cfe7ca93aee80ed859a9e8e3fbcad07f84.tar.bz2
Update formula: nspr
Fix dylib install_name Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula/nspr.rb')
-rw-r--r--Library/Formula/nspr.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/nspr.rb b/Library/Formula/nspr.rb
index f7a827076..60f2f6c6a 100644
--- a/Library/Formula/nspr.rb
+++ b/Library/Formula/nspr.rb
@@ -18,7 +18,7 @@ class Nspr <Formula
system "./configure", *args
# Remove the broken (for anyone but Firefox) install_name
- inreplace "config/autoconf.mk", "-install_name @executable_path/$@ ", ""
+ inreplace "config/autoconf.mk", "-install_name @executable_path/$@ ", "-install_name #{lib}/$@ "
system "make"
system "make install"