aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/aws-elasticbeanstalk.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula/aws-elasticbeanstalk.rb')
-rw-r--r--Library/Formula/aws-elasticbeanstalk.rb5
1 files changed, 1 insertions, 4 deletions
diff --git a/Library/Formula/aws-elasticbeanstalk.rb b/Library/Formula/aws-elasticbeanstalk.rb
index 3ac6a8df6..d54f40627 100644
--- a/Library/Formula/aws-elasticbeanstalk.rb
+++ b/Library/Formula/aws-elasticbeanstalk.rb
@@ -7,10 +7,7 @@ class AwsElasticbeanstalk < AmazonWebServicesFormula
def install
# Remove versions for other platforms.
- rm_rf Dir['eb/windows']
- rm_rf Dir['eb/linux']
- rm_rf Dir['AWSDevTools/Windows']
-
+ rm_rf %w{eb/windows eb/linux AWSDevTools/Windows}
libexec.install %w{AWSDevTools api eb}
bin.install_symlink libexec/"eb/macosx/python2.7/eb"
end