diff options
Diffstat (limited to 'Library/Formula/podofo.rb')
| -rw-r--r-- | Library/Formula/podofo.rb | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Library/Formula/podofo.rb b/Library/Formula/podofo.rb index c92b6c2f9..834c4365a 100644 --- a/Library/Formula/podofo.rb +++ b/Library/Formula/podofo.rb @@ -15,8 +15,7 @@ class Podofo < Formula def install ENV.x11 # For Freetype and Fontconfig - mkdir 'build' - cd 'build' do + mkdir 'build' do # Build shared to simplify linking for other programs. system "cmake #{std_cmake_parameters} -DPODOFO_BUILD_SHARED:BOOL=TRUE .." system "make install" |
