diff options
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/ddrescue.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/ddrescue.rb b/Library/Formula/ddrescue.rb index b1c0cd375..f1bb9ee6b 100644 --- a/Library/Formula/ddrescue.rb +++ b/Library/Formula/ddrescue.rb @@ -9,6 +9,6 @@ class Ddrescue < Formula def install system "./configure", "--prefix=#{prefix}", "CXX=#{ENV.cxx}" - system "make install" + system "make", "install" end end |
