Skip to content
This repository has been archived by the owner on Jul 4, 2023. It is now read-only.

Commit

Permalink
abcmidi: style nits
Browse files Browse the repository at this point in the history
  • Loading branch information
jacknagel committed Jan 12, 2013
1 parent 0dc9200 commit 5b02db6
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Library/Formula/abcmidi.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 5b02db6

Please sign in to comment.