aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/physfs.rb
diff options
context:
space:
mode:
authorAdam Vandenberg2012-02-21 20:48:36 -0800
committerAdam Vandenberg2012-02-24 21:35:51 -0800
commit55f3c49a9e27d88fbfecc48d982bf0f31414f9a5 (patch)
tree0e75d93de227d87f1f83e4809fe6455ae677f090 /Library/Formula/physfs.rb
parentd3f35542992c4978525b1eaaa0255c92f1e830e0 (diff)
downloadhomebrew-55f3c49a9e27d88fbfecc48d982bf0f31414f9a5.tar.bz2
Introduce block form of mkdir
Diffstat (limited to 'Library/Formula/physfs.rb')
-rw-r--r--Library/Formula/physfs.rb3
1 files changed, 1 insertions, 2 deletions
diff --git a/Library/Formula/physfs.rb b/Library/Formula/physfs.rb
index 1cbec98e0..1c159b729 100644
--- a/Library/Formula/physfs.rb
+++ b/Library/Formula/physfs.rb
@@ -8,8 +8,7 @@ class Physfs < Formula
depends_on 'cmake' => :build
def install
- mkdir 'macbuild'
- cd 'macbuild' do
+ mkdir 'macbuild' do
system "cmake #{std_cmake_parameters} -DPHYSFS_BUILD_WX_TEST=FALSE -DPHYSFS_BUILD_TEST=TRUE .."
system "make"
system "make install"