From 5b02db6705faa6dd79696744125135b0aadb0d44 Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Sat, 12 Jan 2013 11:07:52 -0600 Subject: abcmidi: style nits --- Library/Formula/abcmidi.rb | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'Library/Formula') diff --git a/Library/Formula/abcmidi.rb b/Library/Formula/abcmidi.rb index 9d22864d3..82fea8fe6 100644 --- a/Library/Formula/abcmidi.rb +++ b/Library/Formula/abcmidi.rb @@ -9,9 +9,8 @@ class Abcmidi < Formula def install # configure --prefix flag does not work properly (value is added to path twice). # abcmidi author is notified. 2012-06-20 - system "./configure", "--disable-debug", - "--prefix=" - system "make install DESTDIR=#{prefix}" + system "./configure", "--disable-debug", "--prefix=" + system "make", "install", "DESTDIR=#{prefix}" man.install prefix/'man/man1' end -- cgit v1.2.3