summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Robby Workman2021-08-01 11:16:32 +0200
committer Robby Workman2021-08-01 11:20:56 +0200
commit7d7a33b188d072121e736a2a41b5877a94c5b22a (patch)
tree65e017952f76e48b0d353e51c5ef8302cbc07022
parenta9962d3465f0d6806866202404e39cc416512d6e (diff)
downloadslackbuilds-7d7a33b188d072121e736a2a41b5877a94c5b22a.tar.gz
desktop/buku: Use systemwide dir for bash completion files
-rw-r--r--desktop/buku/buku.SlackBuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop/buku/buku.SlackBuild b/desktop/buku/buku.SlackBuild
index cfd2d6db87..e6f22eea2b 100644
--- a/desktop/buku/buku.SlackBuild
+++ b/desktop/buku/buku.SlackBuild
@@ -84,7 +84,7 @@ python3 setup.py build
python3 setup.py install --root=$PKG --prefix=/usr --optimize=1
install -Dm644 auto-completion/fish/buku.fish $PKG/usr/share/fish/vendor_completions.d/buku.fish
-install -Dm644 auto-completion/bash/buku-completion.bash $PKG/etc/bash_completion.d/buku
+install -Dm644 auto-completion/bash/buku-completion.bash $PKG/usr/share/bash-completion/completions/buku
install -Dm644 auto-completion/zsh/_buku $PKG/usr/share/zsh/site-functions/_buku
find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \