diff options
| author | Jack Nagel | 2014-12-26 16:30:58 -0500 |
|---|---|---|
| committer | Jack Nagel | 2014-12-26 16:32:19 -0500 |
| commit | ebd4402655f7052aa9bc3bc73136bd7d3ceceba1 (patch) | |
| tree | fe9534ad069fcd266139ee6b1bb92fab31803c85 /Library/Formula/ec2-api-tools.rb | |
| parent | 80465f5d4b2a0e8a0378dfc24b1a1e663b6864b2 (diff) | |
| download | homebrew-ebd4402655f7052aa9bc3bc73136bd7d3ceceba1.tar.bz2 | |
Define install instead of making subclasses call standard_install
Diffstat (limited to 'Library/Formula/ec2-api-tools.rb')
| -rw-r--r-- | Library/Formula/ec2-api-tools.rb | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/Library/Formula/ec2-api-tools.rb b/Library/Formula/ec2-api-tools.rb index 609b6e954..3b64adc6c 100644 --- a/Library/Formula/ec2-api-tools.rb +++ b/Library/Formula/ec2-api-tools.rb @@ -5,10 +5,6 @@ class Ec2ApiTools < AmazonWebServicesFormula url 'http://ec2-downloads.s3.amazonaws.com/ec2-api-tools-1.7.1.0.zip' sha1 '154acfb5d117d0af1311c65030671cd56eb987aa' - def install - standard_install - end - def caveats standard_instructions "EC2_HOME" end |
