summaryrefslogtreecommitdiffstats
path: root/system/password-store/password-store.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'system/password-store/password-store.SlackBuild')
-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 52e889f8d4..eb9e4f6e4d 100644
--- a/system/password-store/password-store.SlackBuild
+++ b/system/password-store/password-store.SlackBuild
@@ -51,7 +51,7 @@ find -L . \
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
-make install MANDIR=/usr/man DESTDIR=$PKG
+make install FORCE_BASHCOMP=1 MANDIR=/usr/man DESTDIR=$PKG
# Adapted from the Makefile:
# Uncomment the two lines below to install the zsh completion file.