From 05804ec0bb749c0862097ae20ebff56951fd1288 Mon Sep 17 00:00:00 2001 From: Robert Lowry Date: Fri, 10 May 2019 00:13:49 -0500 Subject: [PATCH] unar: fix bash completions path --- srcpkgs/unar/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/unar/template b/srcpkgs/unar/template index fc929e71cf0..735272198b1 100644 --- a/srcpkgs/unar/template +++ b/srcpkgs/unar/template @@ -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 }