litmus: style nits
This commit is contained in:
parent
fdf5bf2f3f
commit
5185a1bf04
1 changed files with 2 additions and 2 deletions
|
@ -6,8 +6,8 @@ class Litmus < Formula
|
|||
sha1 '42ad603035d15798facb3be79b1c51376820cb19'
|
||||
|
||||
def install
|
||||
# Just basic options for now. We could use --with-ssl or alternative neon using dependency tracking?
|
||||
system "./configure", "--prefix=#{prefix}", "--disable-debug", "--disable-dependency-tracking"
|
||||
system "./configure", "--disable-debug",
|
||||
"--prefix=#{prefix}"
|
||||
system "make install"
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue