unar: fix bash completions path
This commit is contained in:
parent
28c60ef223
commit
05804ec0bb
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'unar'
|
||||
pkgname=unar
|
||||
version=1.10.5
|
||||
revision=1
|
||||
revision=2
|
||||
archs="~*-musl" # regexec incompatible
|
||||
build_wrksrc="XADMaster"
|
||||
build_style=gnu-makefile
|
||||
|
@ -26,6 +26,6 @@ do_install() {
|
|||
for x in unar lsar; do
|
||||
vbin "$x"
|
||||
vman "Extra/${x}.1"
|
||||
vinstall "Extra/${x}.bash_completion" 644 usr/share/bash-completions "$x"
|
||||
vinstall "Extra/${x}.bash_completion" 644 usr/share/bash-completion/completions "$x"
|
||||
done
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue