aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/wyrd.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula/wyrd.rb')
-rw-r--r--Library/Formula/wyrd.rb10
1 files changed, 3 insertions, 7 deletions
diff --git a/Library/Formula/wyrd.rb b/Library/Formula/wyrd.rb
index 71f5492ca..da1c22f3c 100644
--- a/Library/Formula/wyrd.rb
+++ b/Library/Formula/wyrd.rb
@@ -9,13 +9,9 @@ class Wyrd <Formula
depends_on 'objective-caml'
def install
- configure_args = [
- "--prefix=#{prefix}",
- "--disable-debug",
- "--disable-dependency-tracking",
- "--enable-utf8",
- ]
- system "./configure", *configure_args
+ system "./configure", "--disable-debug", "--disable-dependency-tracking",
+ "--prefix=#{prefix}",
+ "--enable-utf8"
system "make"
system "make install"
end