aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/ec2-api-tools.rb
diff options
context:
space:
mode:
authorAdomas Paltanavičius2010-07-29 14:05:09 +0300
committerAdam Vandenberg2010-07-29 07:57:26 -0700
commit8bcf8f034f24ef67713ac2e277e558a7350381cf (patch)
treea1740df85894abbc56623deb7cae0951607d7300 /Library/Formula/ec2-api-tools.rb
parentf1b35a84383768392757b6bf327e63155a38a5d6 (diff)
downloadhomebrew-8bcf8f034f24ef67713ac2e277e558a7350381cf.tar.bz2
Create symlink (jars/bin -> bin) to make scripts work.
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 98ae000d3..b7da1d220 100644
--- a/Library/Formula/ec2-api-tools.rb
+++ b/Library/Formula/ec2-api-tools.rb
@@ -12,6 +12,7 @@ class AmazonWebServicesFormula <Formula
# Put the .jars in prefix/jars/lib, which isn't linked to the Cellar
# This will prevent conflicts with other versions of these jars.
(prefix+'jars').install 'lib'
+ (prefix+'jars/bin').make_symlink '../bin'
end
# Use this method to generate standard caveats.