liquibase: use install_symlink
This commit is contained in:
parent
ac5c07bfc6
commit
9c3d9b7ebf
1 changed files with 2 additions and 4 deletions
|
@ -1,8 +1,8 @@
|
|||
require 'formula'
|
||||
|
||||
class Liquibase < Formula
|
||||
url 'https://github.com/downloads/liquibase/liquibase/liquibase-2.0.3-bin.tar.gz'
|
||||
homepage 'http://liquibase.org'
|
||||
url 'https://github.com/downloads/liquibase/liquibase/liquibase-2.0.3-bin.tar.gz'
|
||||
md5 '460a4bba1fd6a9c4bd44016f3af9728d'
|
||||
|
||||
def install
|
||||
|
@ -12,9 +12,7 @@ class Liquibase < Formula
|
|||
|
||||
prefix.install "LICENSE.txt"
|
||||
libexec.install Dir['*']
|
||||
|
||||
bin.mkpath
|
||||
ln_s libexec+('liquibase'), bin
|
||||
bin.install_symlink libexec+'liquibase'
|
||||
end
|
||||
|
||||
def caveats
|
||||
|
|
Loading…
Reference in a new issue