diff options
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/shntool.rb | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Library/Formula/shntool.rb b/Library/Formula/shntool.rb index 8a6281c84..e00dcd4dd 100644 --- a/Library/Formula/shntool.rb +++ b/Library/Formula/shntool.rb @@ -1,12 +1,13 @@ require 'formula' class Shntool < Formula - url 'http://etree.org/shnutils/shntool/dist/src/shntool-3.0.10.tar.gz' homepage 'http://etree.org/shnutils/shntool/' + url 'http://etree.org/shnutils/shntool/dist/src/shntool-3.0.10.tar.gz' sha1 '7a2bc8801e180cf582f0e39775603582e35d50d2' def install - system "./configure", "--disable-dependency-tracking", "--prefix=#{prefix}" + system "./configure", "--disable-dependency-tracking", + "--prefix=#{prefix}" system "make install" end end |
