diff options
| author | Jack Nagel | 2013-09-02 17:53:10 -0500 |
|---|---|---|
| committer | Jack Nagel | 2013-09-02 17:53:10 -0500 |
| commit | 009d25a251058268261b44cad146a64be07d0d2d (patch) | |
| tree | d333f07c5078cf8c86405f435062d24aa09612fe /Library | |
| parent | cce986d979060c75b6af1121a37f4cb240fd2a18 (diff) | |
| download | homebrew-009d25a251058268261b44cad146a64be07d0d2d.tar.bz2 | |
juise: remove redundant comment
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/juise.rb | 1 |
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}", |
