diff options
Diffstat (limited to 'Library/Formula/midicsv.rb')
| -rw-r--r-- | Library/Formula/midicsv.rb | 9 | 
1 files changed, 2 insertions, 7 deletions
diff --git a/Library/Formula/midicsv.rb b/Library/Formula/midicsv.rb index 556122255..27edb3ec8 100644 --- a/Library/Formula/midicsv.rb +++ b/Library/Formula/midicsv.rb @@ -6,14 +6,9 @@ class Midicsv < Formula    sha1 '1f34b6b874c26652ec4791701e5bfdccbbb35370'    def install -    inreplace 'Makefile' do |s| -        # Change installation location to homebrew location. -        s.change_make_var! 'INSTALL_DEST', prefix -    end -      system "make" -    system "make check" -    system "make install" +    system "make", "check" +    system "make", "install", "INSTALL_DEST=#{prefix}"      share.install prefix/'man'    end  | 
