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