aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/raptor.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula/raptor.rb')
-rw-r--r--Library/Formula/raptor.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/raptor.rb b/Library/Formula/raptor.rb
index 0b4fbcf48..5c8416215 100644
--- a/Library/Formula/raptor.rb
+++ b/Library/Formula/raptor.rb
@@ -6,7 +6,7 @@ class Raptor <Formula
md5 '992061488af7a9e2d933df6b694bb876'
def install
- system "./configure", "--prefix=#{prefix}", "--disable-debug", "--disable-dependency-tracking"
+ system "./configure", "--disable-debug", "--disable-dependency-tracking", "--prefix=#{prefix}"
system "make install"
end
end