ddrescue: change format of 'make install' command
This commit is contained in:
parent
964d1c143e
commit
7bb0333565
1 changed files with 1 additions and 1 deletions
|
@ -9,6 +9,6 @@ class Ddrescue < Formula
|
|||
def install
|
||||
system "./configure", "--prefix=#{prefix}",
|
||||
"CXX=#{ENV.cxx}"
|
||||
system "make install"
|
||||
system "make", "install"
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue