Commit 47820e39 authored by Vladimir Bashkirtsev's avatar Vladimir Bashkirtsev

Updated bash-completion to 2.11

parent e799779b
all:
tar xf bash-completion-2.10.tar.xz
cd bash-completion-2.10 && ./configure --prefix=/usr --sysconfdir=/etc
$(MAKE) -C bash-completion-2.10
$(MAKE) -C bash-completion-2.10 install
rm -rf bash-completion-2.10
tar xf bash-completion-2.11.tar.xz
cd bash-completion-2.11 && ./configure --prefix=/usr --sysconfdir=/etc
$(MAKE) -C bash-completion-2.11
$(MAKE) -C bash-completion-2.11 install
rm -rf bash-completion-2.11
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment