Skip to content
This repository has been archived by the owner on Jul 4, 2023. It is now read-only.

Commit

Permalink
vert.x: fix broken installation
Browse files Browse the repository at this point in the history
Closes #15307.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
  • Loading branch information
nonnenmacher authored and jacknagel committed Oct 5, 2012
1 parent 8c402d4 commit 4c6706c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Library/Formula/vert.x.rb
Expand Up @@ -2,13 +2,13 @@

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

0 comments on commit 4c6706c

Please sign in to comment.