Create symlink (jars/bin -> bin) to make scripts work.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
Adomas Paltanavičius 2010-07-29 14:05:09 +03:00 committed by Adam Vandenberg
parent 41c1cb3fb4
commit d98b6e0f1b

View file

@ -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.