aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorErwann Mest2014-06-26 00:18:00 +0200
committerMike McQuaid2014-06-26 07:53:13 +0100
commit7ee3a9fdc39a6568fdeda901b8b11a24863ca46e (patch)
treebca25e4da59db63dd05d6f4ccbf92519fde7adaf /Library/Formula
parent157e1722a369e883f5454ff76741de5f65b2ac59 (diff)
downloadhomebrew-7ee3a9fdc39a6568fdeda901b8b11a24863ca46e.tar.bz2
mdr: fix installation.
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/mdr.rb3
1 files changed, 1 insertions, 2 deletions
diff --git a/Library/Formula/mdr.rb b/Library/Formula/mdr.rb
index 9aa93b76d..d89de7978 100644
--- a/Library/Formula/mdr.rb
+++ b/Library/Formula/mdr.rb
@@ -7,8 +7,7 @@ class Mdr < Formula
def install
system "rake"
- system "rake", "release"
- libexec.install Dir['release/*']
+ libexec.install Dir["*"]
bin.install_symlink libexec+'mdr'
end
end