Description: Fix bash completion installation dir
Author: Angel Abad <angel@debian.org>
Last-Update: 2019-10-07

--- a/Makefile
+++ b/Makefile
@@ -35,7 +35,7 @@
 datadir = $(prefix)/share/$(NAME)
 docsdir = $(prefix)/share/doc/$(NAME)-$(VERSION)
 man1dir = $(prefix)/share/man/man1
-compdir = $(config)/bash_completion.d
+compdir = $(prefix)/share/bash-completion/completions
 
 # Make rules;  please do not edit these unless you really know what you are
 # doing:
