aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/orc.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula/orc.rb')
-rw-r--r--Library/Formula/orc.rb4
1 files changed, 3 insertions, 1 deletions
diff --git a/Library/Formula/orc.rb b/Library/Formula/orc.rb
index ef2a104fe..e894f2ae7 100644
--- a/Library/Formula/orc.rb
+++ b/Library/Formula/orc.rb
@@ -6,7 +6,9 @@ class Orc <Formula
md5 'e26e59428b13ec251916f34bea96eee5'
def install
- system "./configure", "--prefix=#{prefix}", "--disable-debug", "--disable-dependency-tracking", "--disable-gtk-doc"
+ system "./configure", "--disable-debug", "--disable-dependency-tracking",
+ "--prefix=#{prefix}",
+ "--disable-gtk-doc"
system "make install"
end
end