diff options
| author | Alexis Hildebrandt | 2010-11-02 17:09:10 +0100 |
|---|---|---|
| committer | Adam Vandenberg | 2010-11-02 18:53:39 -0700 |
| commit | 040541cfe7ca93aee80ed859a9e8e3fbcad07f84 (patch) | |
| tree | 46d3f4ca5db9f93cc0aa69c0407a9fbb1cea5ac7 /Library/Formula/nspr.rb | |
| parent | f7aca42449af48a903e15c8f77bb8927aebb813f (diff) | |
| download | homebrew-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.rb | 2 |
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" |
