vert.x: fix broken installation
Closes Homebrew/homebrew#15307. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This commit is contained in:
parent
b17cb30cf7
commit
be85a067de
1 changed files with 4 additions and 4 deletions
|
@ -2,13 +2,13 @@ require 'formula'
|
|||
|
||||
class VertX < Formula
|
||||
homepage 'http://vertx.io/'
|
||||
url 'http://vertx.io/downloads/vert.x-1.2.3.final.tar.gz.html'
|
||||
sha1 '11555bf76162a144063422e38c8d16eb8ea6913e'
|
||||
url 'http://vertx.io/downloads/vert.x-1.2.3.final.tar.gz'
|
||||
sha1 'ed1b3334ac80b3e73079d2d34edb170789163e7d'
|
||||
|
||||
def install
|
||||
rm_f Dir["bin/*.bat"]
|
||||
libexec.install %w[bin client conf lib mods]
|
||||
doc.install %w[docs examples]
|
||||
libexec.install %w[bin client conf lib examples]
|
||||
doc.install %w[api-docs]
|
||||
bin.install_symlink "#{libexec}/bin/vertx"
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue