diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |