Create symlink (jars/bin -> bin) to make scripts work.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
parent
41c1cb3fb4
commit
d98b6e0f1b
1 changed files with 1 additions and 0 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue