aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/ec2-api-tools.rb
diff options
context:
space:
mode:
authorCyril Scetbon2013-12-03 10:58:16 +0100
committerAdam Vandenberg2013-12-03 06:22:32 -0800
commit71d287ebc972568c0129d3948e661cb8c588d401 (patch)
treefc5e607567eefd61841a0996eed90b9530f70136 /Library/Formula/ec2-api-tools.rb
parent8cf402801621b5fee9b0852d68348a5e277a9de9 (diff)
downloadhomebrew-71d287ebc972568c0129d3948e661cb8c588d401.tar.bz2
ec2-api-tools: fixes path to jar
Closes #24895. 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, 1 insertions, 0 deletions
diff --git a/Library/Formula/ec2-api-tools.rb b/Library/Formula/ec2-api-tools.rb
index 05d9c99a1..70267abac 100644
--- a/Library/Formula/ec2-api-tools.rb
+++ b/Library/Formula/ec2-api-tools.rb
@@ -6,6 +6,7 @@ class Ec2ApiTools < AmazonWebServicesFormula
sha1 'eb0732df59a2ad2c1ad3fa5839e846b69afad697'
def install
+ inreplace 'bin/ec2-cmd', '/lib', '/libexec/lib'
standard_install
end