From f98ff87629e79dfe699967322daeaf4c3cddb7f5 Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Sat, 28 May 2011 22:10:21 -0500 Subject: Add HEAD to sparse Additionally, this removes an unncessary 'prefix.mkpath' Signed-off-by: Adam Vandenberg --- Library/Formula/sparse.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Library/Formula') 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 -- cgit v1.2.3