diff options
| author | David Christenson | 2014-10-06 23:59:22 -0600 |
|---|---|---|
| committer | Mike McQuaid | 2014-10-07 12:48:28 +0100 |
| commit | c5b31a32c246b81503735e8af13d655feca5d28d (patch) | |
| tree | d926a5120470ab13f6c85b986bbb778ccfb595c7 /Library/Formula | |
| parent | 352df890120b4ff57f09853dff00d39041dd3fe9 (diff) | |
| download | homebrew-c5b31a32c246b81503735e8af13d655feca5d28d.tar.bz2 | |
ddrescue: change format of 'make install' command
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 |
