From 1e8ff50ac9bfff848056f3bb7d049df295e453ff Mon Sep 17 00:00:00 2001 From: Adam Vandenberg Date: Wed, 25 May 2011 20:09:05 -0700 Subject: magit: fix install paths --- Library/Formula/magit.rb | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'Library/Formula') diff --git a/Library/Formula/magit.rb b/Library/Formula/magit.rb index 43c9c7ea0..fcad52111 100644 --- a/Library/Formula/magit.rb +++ b/Library/Formula/magit.rb @@ -7,8 +7,6 @@ class Magit < Formula head 'git://github.com/magit/magit.git' def install - system "./autogen.sh" if File.exist? "autogen.sh" - system "./configure", "--prefix=#{prefix}" - system "make install" + system "make install DESTDIR=#{prefix} PREFIX=" end end -- cgit v1.2.3