summaryrefslogtreecommitdiff
path: root/bash-completion.pc.in
diff options
context:
space:
mode:
Diffstat (limited to 'bash-completion.pc.in')
-rw-r--r--bash-completion.pc.in11
1 files changed, 7 insertions, 4 deletions
diff --git a/bash-completion.pc.in b/bash-completion.pc.in
index ea03fd75..f0a3572c 100644
--- a/bash-completion.pc.in
+++ b/bash-completion.pc.in
@@ -1,9 +1,12 @@
prefix=@prefix@
-compatdir=@compatdir@
-completionsdir=@pkgdatadir@/completions
-helpersdir=@pkgdatadir@/helpers
+datadir=@datadir@
+sysconfdir=@sysconfdir@
-Name: bash-completion
+compatdir=${sysconfdir}/bash_completion.d
+completionsdir=${datadir}/@PACKAGE@/completions
+helpersdir=${datadir}/@PACKAGE@/helpers
+
+Name: @PACKAGE@
Description: programmable completion for the bash shell
URL: https://github.com/scop/bash-completion
Version: @VERSION@