Updated bash-completion formula to 1.2.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
parent
338d4f475d
commit
97a45a4e9e
1 changed files with 2 additions and 2 deletions
|
@ -7,8 +7,8 @@ class BashCompletion <Formula
|
|||
head 'git://git.debian.org/git/bash-completion/bash-completion.git'
|
||||
|
||||
def install
|
||||
inreplace "./bash_completion", '/etc/bash_completion',
|
||||
"#{etc}/bash_completion"
|
||||
inreplace "bash_completion", '/etc/bash_completion', "#{etc}/bash_completion"
|
||||
inreplace "bash_completion", 'readlink -f', "readlink"
|
||||
system "./configure", "--prefix=#{prefix}"
|
||||
system "make install"
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue