From 10b39f02bf3a537b8aeafa030f2f170d2ae98167 Mon Sep 17 00:00:00 2001 From: Adam Vandenberg Date: Sun, 27 Jan 2013 21:54:35 -0800 Subject: shntool: style nits --- Library/Formula/shntool.rb | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'Library/Formula') 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 -- cgit v1.2.3