aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorAndreas Henriksson <andreas@fatal.se>2015-06-22 10:44:37 +0200
committerAndreas Henriksson <andreas@fatal.se>2015-06-22 11:08:27 +0200
commit7caa56747337b96617cb59757ef96e4dc7e36571 (patch)
tree3674fc8396997f17072c0c1fe8c96aaf678068a0 /Makefile
parent453c80df66d683a7e3dcb743f5152634864cdcf1 (diff)
downloadpbuilder-7caa56747337b96617cb59757ef96e4dc7e36571.tar
pbuilder-7caa56747337b96617cb59757ef96e4dc7e36571.tar.gz
Install bash-completion under /usr/share/ instead of /etc
- fixes lintian warning package-install-into-obsolete-dir Git-Dch: Full
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index e077af2..5c3990e 100644
--- a/Makefile
+++ b/Makefile
@@ -19,7 +19,7 @@ endef
NULL :=
ALLDIRS += BASHCOMPLETION
-BASHCOMPLETIONDIR := $(SYSCONFDIR)/bash_completion.d
+BASHCOMPLETIONDIR := $(PKGDATADIR)/../bash-completion/completions/
BASHCOMPLETION_DATA += \
bash_completion.d/pbuilder \
$(NULL)