mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-08 16:13:50 +02:00
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:
parent
00465b581b
commit
a0f33d672f
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue