unar: fix bash completions path

This commit is contained in:
Robert Lowry 2019-05-10 00:13:49 -05:00 committed by Helmut Pozimski
parent 28c60ef223
commit 05804ec0bb

View file

@ -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
}