aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorAdam Vandenberg2010-11-09 07:45:09 -0800
committerAdam Vandenberg2010-11-09 07:45:09 -0800
commit9bb7ca48618278cda1afe54f2b54a2d39e886e36 (patch)
treed657e3db742fd0295dbf7696e3c23ee737090fe8 /Library/Formula
parenta946c7a3da69f9a164d6799c31b21520b8f40e24 (diff)
downloadhomebrew-9bb7ca48618278cda1afe54f2b54a2d39e886e36.tar.bz2
fix audit issues
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/recode.rb2
-rw-r--r--Library/Formula/spidermonkey.rb2
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