Commit 14c6fea8 authored by Vladimir Bashkirtsev's avatar Vladimir Bashkirtsev

Config file should go into /etc

parent 60af4e1a
all:
tar xf bash-completion-2.10.tar.xz
cd bash-completion-2.10 && ./configure --prefix=/usr
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
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