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/aws-elasticache.rb | |
| parent | 80465f5d4b2a0e8a0378dfc24b1a1e663b6864b2 (diff) | |
| download | homebrew-ebd4402655f7052aa9bc3bc73136bd7d3ceceba1.tar.bz2 | |
Define install instead of making subclasses call standard_install
Diffstat (limited to 'Library/Formula/aws-elasticache.rb')
| -rw-r--r-- | Library/Formula/aws-elasticache.rb | 4 | 
1 files changed, 0 insertions, 4 deletions
| diff --git a/Library/Formula/aws-elasticache.rb b/Library/Formula/aws-elasticache.rb index f3e1f51e4..546630e0f 100644 --- a/Library/Formula/aws-elasticache.rb +++ b/Library/Formula/aws-elasticache.rb @@ -8,10 +8,6 @@ class AwsElasticache < AmazonWebServicesFormula    depends_on 'ec2-api-tools' -  def install -    standard_install -  end -    def caveats      standard_instructions "AWS_ELASTICACHE_HOME"    end | 
