diff options
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/mdr.rb | 3 |
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 |
