diff options
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/id3v2.rb | 3 |
1 files changed, 3 insertions, 0 deletions
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}" |
