diff options
| author | Adam Vandenberg | 2010-11-09 07:45:09 -0800 |
|---|---|---|
| committer | Adam Vandenberg | 2010-11-09 07:45:09 -0800 |
| commit | 9bb7ca48618278cda1afe54f2b54a2d39e886e36 (patch) | |
| tree | d657e3db742fd0295dbf7696e3c23ee737090fe8 /Library | |
| parent | a946c7a3da69f9a164d6799c31b21520b8f40e24 (diff) | |
| download | homebrew-9bb7ca48618278cda1afe54f2b54a2d39e886e36.tar.bz2 | |
fix audit issues
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/recode.rb | 2 | ||||
| -rw-r--r-- | Library/Formula/spidermonkey.rb | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/recode.rb b/Library/Formula/recode.rb index 72ae5014e..82ef0f65b 100644 --- a/Library/Formula/recode.rb +++ b/Library/Formula/recode.rb @@ -18,7 +18,7 @@ class Recode <Formula else libtool_config = "/usr/share/libtool" end - + cp "#{libtool_config}/config.guess", "." cp "#{libtool_config}/config.sub", "." diff --git a/Library/Formula/spidermonkey.rb b/Library/Formula/spidermonkey.rb index e9b3609c5..c5a0ac991 100644 --- a/Library/Formula/spidermonkey.rb +++ b/Library/Formula/spidermonkey.rb @@ -45,7 +45,7 @@ class Spidermonkey <Formula # Remove the broken *(for anyone but FF) install_name inreplace "config/rules.mk", - "-install_name @executable_path/$(SHARED_LIBRARY) ", + "-install_name @executable_path/$(SHARED_LIBRARY) ", "-install_name #{lib}/$(SHARED_LIBRARY) " end |
