diff options
| author | Adam Vandenberg | 2012-02-12 17:15:53 -0800 |
|---|---|---|
| committer | Adam Vandenberg | 2012-02-12 20:08:59 -0800 |
| commit | 4c7bb2c3b66b66146bc7465e96a7343da89f2f71 (patch) | |
| tree | b3507c1d9425b09371a8385da63a296e90688a8c /Library/Formula | |
| parent | 1c6fb44c4b7f5ed6b1b4c658696ae2a8bc273d29 (diff) | |
| download | homebrew-4c7bb2c3b66b66146bc7465e96a7343da89f2f71.tar.bz2 | |
liquibase: use install_symlink
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/liquibase.rb | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/Library/Formula/liquibase.rb b/Library/Formula/liquibase.rb index b354dac2f..ae815aaeb 100644 --- a/Library/Formula/liquibase.rb +++ b/Library/Formula/liquibase.rb @@ -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 |
