diff options
author | Daniel Prosser <dpross1100@msn.com> | 2017-04-06 10:32:56 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-04-06 21:03:19 +0700 |
commit | e1759d61afe63c67b702e97520099406f78005eb (patch) | |
tree | 612e704288813d5c6b6aede79e553e741da08788 /system/password-store/password-store.SlackBuild | |
parent | 3d362d4a1a22f14e04d020352710321d04090c8d (diff) | |
download | slackbuilds-e1759d61afe63c67b702e97520099406f78005eb.tar.gz |
system/password-store: Install bash-completion and update README.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/password-store/password-store.SlackBuild')
-rw-r--r-- | system/password-store/password-store.SlackBuild | 2 |
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. |