From b2ad6e4796252ba29f18f5538fb0e13fac3c2717 Mon Sep 17 00:00:00 2001 From: Trevor Cook Date: Sat, 27 Feb 2021 02:59:52 +0700 Subject: system/password-store: Fix fish completion. Signed-off-by: Willy Sudiarto Raharjo --- system/password-store/password-store.SlackBuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/password-store/password-store.SlackBuild b/system/password-store/password-store.SlackBuild index 38d702f3b6..770081cb2c 100644 --- a/system/password-store/password-store.SlackBuild +++ b/system/password-store/password-store.SlackBuild @@ -65,7 +65,7 @@ fi # Uncomment the two lines below to install the fish completion file. #mkdir -p "${PKG}/usr/share/fish/completions" -#install -m 0644 -v contrib/pass.fish-completion "${PKG}/usr/share/fish/completions/pass.fish" +#install -m 0644 -v src/completion/pass.fish-completion "${PKG}/usr/share/fish/completions/pass.fish" find $PKG/usr/man -type f -exec gzip -9 {} \; for i in $( find $PKG/usr/man -type l ) ; do ln -s $( readlink $i ).gz $i.gz ; rm $i ; done -- cgit v1.2.3