aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/topgit.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula/topgit.rb')
-rw-r--r--Library/Formula/topgit.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/topgit.rb b/Library/Formula/topgit.rb
index 820603f45..bca8c570a 100644
--- a/Library/Formula/topgit.rb
+++ b/Library/Formula/topgit.rb
@@ -1,11 +1,11 @@
require 'formula'
class Topgit < Formula
- url 'git://repo.or.cz/topgit.git', :tag => '1744aca50f3d7b6b4863523207e5010e112dfb85'
homepage 'http://repo.or.cz/w/topgit.git'
+ url 'git://repo.or.cz/topgit.git', :tag => '1744aca50f3d7b6b4863523207e5010e112dfb85'
version '0.8'
def install
- system "export prefix=#{prefix} && make install"
+ system "make", "install", "prefix=#{prefix}"
end
end