aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorAdam Vandenberg2012-03-10 17:39:22 -0800
committerAdam Vandenberg2012-03-10 17:39:22 -0800
commit497db684647f5a38431f06e6029f28aaf0116a57 (patch)
tree5679317bc4bb57a1ec6b2c3947f76186431ce4b3 /Library/Formula
parent167c4730dac8d5fcc30c3837b049d27fb7a2b5a7 (diff)
downloadhomebrew-497db684647f5a38431f06e6029f28aaf0116a57.tar.bz2
topgit: style nit-picks
Diffstat (limited to 'Library/Formula')
-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