aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/openexr.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula/openexr.rb')
-rw-r--r--Library/Formula/openexr.rb7
1 files changed, 3 insertions, 4 deletions
diff --git a/Library/Formula/openexr.rb b/Library/Formula/openexr.rb
index 78ac2cbe6..e5e5d41e7 100644
--- a/Library/Formula/openexr.rb
+++ b/Library/Formula/openexr.rb
@@ -11,11 +11,10 @@ class Openexr <Formula
def patches
DATA
end
-
+
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