diff options
Diffstat (limited to 'Library/Formula/liblas.rb')
| -rw-r--r-- | Library/Formula/liblas.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/liblas.rb b/Library/Formula/liblas.rb index 78cd480d4..4f8a39118 100644 --- a/Library/Formula/liblas.rb +++ b/Library/Formula/liblas.rb @@ -1,8 +1,8 @@ require 'formula' class Liblas < Formula - url 'http://download.osgeo.org/liblas/libLAS-1.6.1.tar.gz' homepage 'http://liblas.org' + url 'http://download.osgeo.org/liblas/libLAS-1.6.1.tar.gz' sha1 '0eada80c6de49e9e866f746645cb227034c3af4a' depends_on 'cmake' => :build @@ -16,7 +16,7 @@ class Liblas < Formula def install mkdir 'macbuild' - Dir.chdir 'macbuild' do + cd 'macbuild' do # CMake finds boost, but variables like this were set in the last # version of this formula. Now using the variables listed here: # http://liblas.org/compilation.html |
