Skip to content

Commit

Permalink
mdr: fix installation.
Browse files Browse the repository at this point in the history
  • Loading branch information
kud authored and MikeMcQuaid committed Jun 26, 2014
1 parent c1be465 commit a2d8026
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Formula/mdr.rb
Expand Up @@ -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

0 comments on commit a2d8026

Please sign in to comment.