aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorAdam Vandenberg2013-01-28 20:58:43 -0800
committerAdam Vandenberg2013-01-28 21:40:27 -0800
commit370ac7fecafdc3b6e53d65c9d96bc6104a8a874f (patch)
tree3912abf6c6899f69bf4afb783bf25c46d7eacffa /Library
parent953bd405d8e77ebe6059f6b99bf58b8b6005238b (diff)
downloadhomebrew-370ac7fecafdc3b6e53d65c9d96bc6104a8a874f.tar.bz2
ncdu: stylenits
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/ncdu.rb5
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