aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/willgit.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula/willgit.rb')
-rw-r--r--Library/Formula/willgit.rb6
1 files changed, 2 insertions, 4 deletions
diff --git a/Library/Formula/willgit.rb b/Library/Formula/willgit.rb
index 53361271f..e42c566e1 100644
--- a/Library/Formula/willgit.rb
+++ b/Library/Formula/willgit.rb
@@ -1,12 +1,10 @@
require 'formula'
class Willgit < Formula
- head 'git://gitorious.org/willgit/mainline.git'
homepage 'http://git-wt-commit.rubyforge.org/'
+ head 'git://gitorious.org/willgit/mainline.git'
def install
- Dir.chdir 'bin' do
- bin.install %w[git-publish-branch git-rank-contributors git-show-merges git-wtf]
- end
+ prefix.install 'bin'
end
end