aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/magit.rb4
1 files changed, 1 insertions, 3 deletions
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