aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/aften.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula/aften.rb')
-rw-r--r--Library/Formula/aften.rb3
1 files changed, 1 insertions, 2 deletions
diff --git a/Library/Formula/aften.rb b/Library/Formula/aften.rb
index 8c90bc094..f7faed098 100644
--- a/Library/Formula/aften.rb
+++ b/Library/Formula/aften.rb
@@ -8,8 +8,7 @@ class Aften < Formula
depends_on 'cmake' => :build
def install
- mkdir 'default'
- cd 'default' do
+ mkdir 'default' do
system "cmake #{std_cmake_parameters} .."
system "make install"
end