aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Library/Formula/libwpg.rb3
1 files changed, 3 insertions, 0 deletions
diff --git a/Library/Formula/libwpg.rb b/Library/Formula/libwpg.rb
index bb94618cd..6a1752ca3 100644
--- a/Library/Formula/libwpg.rb
+++ b/Library/Formula/libwpg.rb
@@ -9,6 +9,9 @@ class Libwpg < Formula
def install
system "./configure", "--prefix=#{prefix}", "--disable-debug", "--disable-dependency-tracking"
+ # Separate steps or install can fail due to folders not existing
+ system "make"
+ ENV.j1
system "make install"
end
end