aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorJack Nagel2014-03-25 10:54:37 -0500
committerJack Nagel2014-03-25 10:54:46 -0500
commitcab62d267f2a6b69aa9dc32470ff95724e2be08b (patch)
tree60b2a2a7525ce35eae895d499af1fc2a6570a245 /Library/Formula
parent1be4543905e339f97a140ed2f1b5570f5207303c (diff)
downloadhomebrew-cab62d267f2a6b69aa9dc32470ff95724e2be08b.tar.bz2
voltdb: use install_symlink
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/voltdb.rb2
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