aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorAdam Vandenberg2012-03-10 17:06:42 -0800
committerAdam Vandenberg2012-03-10 17:06:42 -0800
commit79fbd62ac398a1184384a1efdab6f87d243be506 (patch)
tree6d5f01113ae9a11a527bbdfc77ef93666e890c5a /Library
parentc80bc68428de6ce3493b9216e961a02260e8ee39 (diff)
downloadhomebrew-79fbd62ac398a1184384a1efdab6f87d243be506.tar.bz2
vala: update comment
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/vala.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/vala.rb b/Library/Formula/vala.rb
index 3c0e75a1b..db28844e8 100644
--- a/Library/Formula/vala.rb
+++ b/Library/Formula/vala.rb
@@ -13,8 +13,8 @@ class Vala < Formula
depends_on 'glib'
def install
- system "./configure", "--prefix=#{prefix}", "--disable-dependency-tracking"
- system "make" # Single step fails to compile for 0.8.0
+ system "./configure", "--disable-dependency-tracking", "--prefix=#{prefix}"
+ system "make" # Fails to compile as a single step
system "make install"
end