ddrescue: change format of 'make install' command

This commit is contained in:
David Christenson 2014-10-06 23:59:22 -06:00 committed by Mike McQuaid
parent 964d1c143e
commit 7bb0333565

View file

@ -9,6 +9,6 @@ class Ddrescue < Formula
def install
system "./configure", "--prefix=#{prefix}",
"CXX=#{ENV.cxx}"
system "make install"
system "make", "install"
end
end