diff options
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/aws-elasticache.rb | 7 | ||||
| -rw-r--r-- | Library/Formula/rds-command-line-tools.rb | 7 |
2 files changed, 4 insertions, 10 deletions
diff --git a/Library/Formula/aws-elasticache.rb b/Library/Formula/aws-elasticache.rb index 0cfa78e8c..f3e1f51e4 100644 --- a/Library/Formula/aws-elasticache.rb +++ b/Library/Formula/aws-elasticache.rb @@ -9,13 +9,10 @@ class AwsElasticache < AmazonWebServicesFormula depends_on 'ec2-api-tools' def install - rm Dir['bin/*.cmd'] # Remove Windows command files - libexec.install "bin", "lib" - bin.install_symlink Dir["#{libexec}/bin/*"] - (bin/'service').unlink # Don't keep this symlink + standard_install end def caveats - standard_instructions "AWS_ELASTICACHE_HOME", libexec + standard_instructions "AWS_ELASTICACHE_HOME" end end diff --git a/Library/Formula/rds-command-line-tools.rb b/Library/Formula/rds-command-line-tools.rb index d70b313af..dcab481e2 100644 --- a/Library/Formula/rds-command-line-tools.rb +++ b/Library/Formula/rds-command-line-tools.rb @@ -6,14 +6,11 @@ class RdsCommandLineTools < AmazonWebServicesFormula sha1 'd0853f066ba1dca699a4a1d91581e11e523ec83a' def install - rm Dir['bin/*.cmd'] # Remove Windows command files - libexec.install "bin", "lib" - bin.install_symlink Dir["#{libexec}/bin/*"] - (bin/'service').unlink # Don't keep this symlink + standard_install end def caveats - s = standard_instructions "AWS_RDS_HOME", libexec + s = standard_instructions "AWS_RDS_HOME" s += <<-EOS.undent To check that your setup works properly, run the following command: |
