aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/prooftree.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/prooftree.rb b/Library/Formula/prooftree.rb
index 46e6bc5d8..c8f08a6fb 100644
--- a/Library/Formula/prooftree.rb
+++ b/Library/Formula/prooftree.rb
@@ -9,7 +9,7 @@ class Prooftree < Formula
depends_on 'lablgtk'
def install
- system "./configure", "--prefix=#{prefix}"
+ system "./configure", "--prefix", prefix
system "make"
system "make install"
end