aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/ec2-api-tools.rb
diff options
context:
space:
mode:
authorKarl von Randow2013-12-08 18:48:57 +1300
committerAdam Vandenberg2013-12-08 13:05:38 -0800
commit08583ec7d74beaaa31bb7ff96209398b9f846306 (patch)
treefc4125d3dd6a8872f067507a148ff9a376e6e8f4 /Library/Formula/ec2-api-tools.rb
parente519e7f22761dbdbdf7cc5f7414cb709ea6ef3d5 (diff)
downloadhomebrew-08583ec7d74beaaa31bb7ff96209398b9f846306.tar.bz2
ec2-api-tools: fix location
Closes #25049. Closes #24909. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula/ec2-api-tools.rb')
-rw-r--r--Library/Formula/ec2-api-tools.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/Library/Formula/ec2-api-tools.rb b/Library/Formula/ec2-api-tools.rb
index 70267abac..05d9c99a1 100644
--- a/Library/Formula/ec2-api-tools.rb
+++ b/Library/Formula/ec2-api-tools.rb
@@ -6,7 +6,6 @@ class Ec2ApiTools < AmazonWebServicesFormula
sha1 'eb0732df59a2ad2c1ad3fa5839e846b69afad697'
def install
- inreplace 'bin/ec2-cmd', '/lib', '/libexec/lib'
standard_install
end