diff options
| -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" |
