diff options
| author | Jack Nagel | 2014-03-25 10:54:37 -0500 |
|---|---|---|
| committer | Jack Nagel | 2014-03-25 10:54:46 -0500 |
| commit | cab62d267f2a6b69aa9dc32470ff95724e2be08b (patch) | |
| tree | 60b2a2a7525ce35eae895d499af1fc2a6570a245 /Library/Formula | |
| parent | 1be4543905e339f97a140ed2f1b5570f5207303c (diff) | |
| download | homebrew-cab62d267f2a6b69aa9dc32470ff95724e2be08b.tar.bz2 | |
voltdb: use install_symlink
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/voltdb.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/voltdb.rb b/Library/Formula/voltdb.rb index c6aad31b3..ca582fafe 100644 --- a/Library/Formula/voltdb.rb +++ b/Library/Formula/voltdb.rb @@ -17,7 +17,7 @@ class Voltdb < Formula end (lib/'voltdb').install Dir['lib/*'] - ln_s lib/'voltdb/python', lib/'python' + lib.install_symlink lib/"voltdb/python" prefix.install 'bin', 'tools', 'voltdb', 'version.txt', 'doc' end end |
