git-extras: remove duplicated caveats
This commit is contained in:
parent
b7d490dc5f
commit
78705a5ee0
1 changed files with 0 additions and 6 deletions
|
@ -14,10 +14,4 @@ class GitExtras < Formula
|
|||
inreplace 'Makefile', %r|\$\(DESTDIR\)(?=/etc/bash_completion\.d)|, '$(DESTDIR)$(PREFIX)'
|
||||
system "make", "PREFIX=#{prefix}", "install"
|
||||
end
|
||||
|
||||
def caveats; <<-EOS.undent
|
||||
Bash completion has been installed to:
|
||||
#{etc}/bash_completion.d
|
||||
EOS
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue