From 7caa56747337b96617cb59757ef96e4dc7e36571 Mon Sep 17 00:00:00 2001 From: Andreas Henriksson Date: Mon, 22 Jun 2015 10:44:37 +0200 Subject: Install bash-completion under /usr/share/ instead of /etc - fixes lintian warning package-install-into-obsolete-dir Git-Dch: Full --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- cgit v1.2.3