aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/compat/formula_specialties.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Homebrew/compat/formula_specialties.rb')
-rw-r--r--Library/Homebrew/compat/formula_specialties.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/compat/formula_specialties.rb b/Library/Homebrew/compat/formula_specialties.rb
index f709bcb5b..ec5e91ce8 100644
--- a/Library/Homebrew/compat/formula_specialties.rb
+++ b/Library/Homebrew/compat/formula_specialties.rb
@@ -25,7 +25,7 @@ class AmazonWebServicesFormula < Formula
libexec.install Dir["*"]
bin.install_symlink Dir["#{libexec}/bin/*"] - ["#{libexec}/bin/service"]
end
- alias_method :standard_install, :install
+ alias standard_install install
# Use this method to generate standard caveats.
def standard_instructions(home_name, home_value = libexec)