aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-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