diff options
| author | Karl von Randow | 2013-12-08 18:48:57 +1300 | 
|---|---|---|
| committer | Adam Vandenberg | 2013-12-08 13:05:38 -0800 | 
| commit | 08583ec7d74beaaa31bb7ff96209398b9f846306 (patch) | |
| tree | fc4125d3dd6a8872f067507a148ff9a376e6e8f4 /Library/Formula/ec2-api-tools.rb | |
| parent | e519e7f22761dbdbdf7cc5f7414cb709ea6ef3d5 (diff) | |
| download | homebrew-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.rb | 1 | 
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  | 
