aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/vtk.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula/vtk.rb')
-rw-r--r--Library/Formula/vtk.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/vtk.rb b/Library/Formula/vtk.rb
index 9a2105fd0..4411c18c5 100644
--- a/Library/Formula/vtk.rb
+++ b/Library/Formula/vtk.rb
@@ -1,8 +1,8 @@
require 'formula'
class Vtk < Formula
- url 'http://www.vtk.org/files/release/5.8/vtk-5.8.0.tar.gz'
homepage 'http://www.vtk.org'
+ url 'http://www.vtk.org/files/release/5.8/vtk-5.8.0.tar.gz'
md5 '37b7297d02d647cc6ca95b38174cb41f'
depends_on 'cmake' => :build
@@ -66,7 +66,7 @@ class Vtk < Formula
system "mkdir build"
args << ".."
- Dir.chdir 'build' do
+ cd 'build' do
system "cmake", *args
# Work-a-round to avoid:
# ld: file not found: /usr/local/Cellar/vtk/5.8.0/lib/vtk-5.8/libvtkDICOMParser.5.8.dylib for architecture x86_64"