aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/podofo.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula/podofo.rb')
-rw-r--r--Library/Formula/podofo.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/podofo.rb b/Library/Formula/podofo.rb
index 858288632..c92b6c2f9 100644
--- a/Library/Formula/podofo.rb
+++ b/Library/Formula/podofo.rb
@@ -16,9 +16,9 @@ class Podofo < Formula
ENV.x11 # For Freetype and Fontconfig
mkdir 'build'
- Dir.chdir 'build' do
+ cd 'build' do
# Build shared to simplify linking for other programs.
- system "cmake .. #{std_cmake_parameters} -DPODOFO_BUILD_SHARED:BOOL=TRUE"
+ system "cmake #{std_cmake_parameters} -DPODOFO_BUILD_SHARED:BOOL=TRUE .."
system "make install"
end
end