From 1f64b3934a3de30731dfc6e39ecbd207b7f06041 Mon Sep 17 00:00:00 2001 From: Adam Vandenberg Date: Sat, 4 Feb 2012 18:53:46 -0800 Subject: tig: inline this --- Library/Formula/tig.rb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'Library/Formula') diff --git a/Library/Formula/tig.rb b/Library/Formula/tig.rb index f5edc4ea1..df9883625 100644 --- a/Library/Formula/tig.rb +++ b/Library/Formula/tig.rb @@ -10,7 +10,6 @@ class Tig < Formula system "make install" system "make install-doc-man" - bash_completion_d = prefix + 'etc' + 'bash_completion.d' - bash_completion_d.install 'contrib/tig-completion.bash' + (prefix+'etc/bash_completion.d').install 'contrib/tig-completion.bash' end end -- cgit v1.2.3