summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Trevor Cook2021-02-26 20:59:52 +0100
committer Willy Sudiarto Raharjo2021-02-26 20:59:52 +0100
commitb2ad6e4796252ba29f18f5538fb0e13fac3c2717 (patch)
tree953e43df1fa4ea9543e0d3a35cca62ca447134e0
parent9202b68601a76128ef3c20e9ba90178875914ba7 (diff)
downloadslackbuilds-b2ad6e4796252ba29f18f5538fb0e13fac3c2717.tar.gz
system/password-store: Fix fish completion.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r--system/password-store/password-store.SlackBuild2
1 files changed, 1 insertions, 1 deletions
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