exa: Modified install directory for bash completion script

Changed the location of bash completion from /usr/share/bash-completions
to /usr/share/bash-completion/completions
This commit is contained in:
Julian Paul Dasmarinas 2018-09-23 19:36:44 +08:00 committed by maxice8
parent 00465b581b
commit a0f33d672f

View file

@ -1,7 +1,7 @@
# Template file for 'exa'
pkgname=exa
version=0.8.0
revision=3
revision=4
hostmakedepends="rust cargo cmake"
makedepends="libgit2-devel"
short_desc="A replacement for ls"
@ -26,7 +26,7 @@ do_build() {
do_install() {
vbin target/release/exa
vman contrib/man/exa.1
vinstall contrib/completions.bash 0644 usr/share/bash-completions exa
vinstall contrib/completions.bash 0644 usr/share/bash-completion/completions exa
vinstall contrib/completions.zsh 0644 usr/share/zsh/site-functions _exa
vlicense LICENCE
}