From 7ee3a9fdc39a6568fdeda901b8b11a24863ca46e Mon Sep 17 00:00:00 2001 From: Erwann Mest Date: Thu, 26 Jun 2014 00:18:00 +0200 Subject: mdr: fix installation. --- Library/Formula/mdr.rb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'Library') 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 -- cgit v1.2.3