mac homebrew trailing whitespace in formula

This commit is contained in:
Jean-Francois Dockes 2013-11-10 19:19:22 +01:00
parent 8b3952b7d4
commit bb88b0afb3

View File

@ -18,7 +18,7 @@ class Recoll < Formula
def install
system "./configure", "--prefix=#{prefix}"
system "make", "install"
system "make", "install"
end
test do