From 528b8223c548bc9417a87a9fea06b3d6ed905b60 Mon Sep 17 00:00:00 2001 From: Misty De Meo Date: Tue, 14 May 2013 13:48:40 -0500 Subject: id3v2: fix build The makefile includes a prebuilt Linux binary that has to be cleaned out before `make` will do anything. --- Library/Formula/id3v2.rb | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Library') diff --git a/Library/Formula/id3v2.rb b/Library/Formula/id3v2.rb index 1ccc0cb41..f1150dd61 100644 --- a/Library/Formula/id3v2.rb +++ b/Library/Formula/id3v2.rb @@ -8,6 +8,9 @@ class Id3v2 < Formula depends_on 'id3lib' def install + # tarball includes a prebuilt Linux binary, which will get installed + # by `make install` if `make clean` isn't run first + system "make", "clean" bin.mkpath man1.mkpath system "make", "install", "PREFIX=#{prefix}" -- cgit v1.2.3