aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorJack Nagel2011-05-28 22:10:21 -0500
committerAdam Vandenberg2011-05-30 18:24:00 -0700
commitf98ff87629e79dfe699967322daeaf4c3cddb7f5 (patch)
treeed90c29b171541ab6bcb51002dc4253b56bae93b /Library/Formula
parent79d5832b241db934e5fb75661e6482e59210a45e (diff)
downloadhomebrew-f98ff87629e79dfe699967322daeaf4c3cddb7f5.tar.bz2
Add HEAD to sparse
Additionally, this removes an unncessary 'prefix.mkpath' Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/sparse.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/sparse.rb b/Library/Formula/sparse.rb
index 1c1990918..cea6fffaa 100644
--- a/Library/Formula/sparse.rb
+++ b/Library/Formula/sparse.rb
@@ -4,9 +4,9 @@ class Sparse < Formula
url 'http://www.kernel.org/pub/software/devel/sparse/dist/sparse-0.4.3.tar.bz2'
homepage 'https://sparse.wiki.kernel.org/index.php/Main_Page'
md5 'a5c0b07bd00ad5ea292f804d7af1adbc'
+ head 'git://git.kernel.org/pub/scm/devel/sparse/sparse.git'
def install
- prefix.mkpath
system "make", "HOME=#{prefix}", "install"
end
end