diff options
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/ncdu.rb | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Library/Formula/ncdu.rb b/Library/Formula/ncdu.rb index a70dbc004..21f15dacc 100644 --- a/Library/Formula/ncdu.rb +++ b/Library/Formula/ncdu.rb @@ -1,12 +1,13 @@ require 'formula' class Ncdu < Formula - url 'http://dev.yorhel.nl/download/ncdu-1.8.tar.gz' homepage 'http://dev.yorhel.nl/ncdu' + url 'http://dev.yorhel.nl/download/ncdu-1.8.tar.gz' sha1 '3d98e78cf7035e32333d263d301d12e9b4352598' def install - system "./configure", "--prefix=#{prefix}", "--disable-dependency-tracking" + system "./configure", "--disable-dependency-tracking", + "--prefix=#{prefix}" system "make install" end end |
