aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorDavid Christenson2014-10-06 23:59:22 -0600
committerMike McQuaid2014-10-07 12:48:28 +0100
commitc5b31a32c246b81503735e8af13d655feca5d28d (patch)
treed926a5120470ab13f6c85b986bbb778ccfb595c7 /Library/Formula
parent352df890120b4ff57f09853dff00d39041dd3fe9 (diff)
downloadhomebrew-c5b31a32c246b81503735e8af13d655feca5d28d.tar.bz2
ddrescue: change format of 'make install' command
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/ddrescue.rb2
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