aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorJack Nagel2013-09-02 17:53:10 -0500
committerJack Nagel2013-09-02 17:53:10 -0500
commit009d25a251058268261b44cad146a64be07d0d2d (patch)
treed333f07c5078cf8c86405f435062d24aa09612fe /Library
parentcce986d979060c75b6af1121a37f4cb240fd2a18 (diff)
downloadhomebrew-009d25a251058268261b44cad146a64be07d0d2d.tar.bz2
juise: remove redundant comment
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/juise.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/Library/Formula/juise.rb b/Library/Formula/juise.rb
index 27bafa0ce..8f3613157 100644
--- a/Library/Formula/juise.rb
+++ b/Library/Formula/juise.rb
@@ -15,7 +15,6 @@ class Juise < Formula
depends_on 'sqlite'
def install
- # If build from read run script to run autoconf
system "sh ./bin/setup.sh" if build.head?
system "./configure", "--disable-dependency-tracking",
"--prefix=#{prefix}",