File: fix_bashcompletion_dir

package info (click to toggle)
blazeblogger 1.2.0-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 748 kB
  • sloc: perl: 2,929; makefile: 122; sh: 80
file content (15 lines) | stat: -rw-r--r-- 465 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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: