]> www.infradead.org Git - users/hch/nvme-cli.git/commit
Fix bash completion directory
authorBreno Leitao <breno.leitao@gmail.com>
Sun, 3 Jul 2016 14:29:04 +0000 (10:29 -0400)
committerBreno Leitao <breno.leitao@gmail.com>
Mon, 11 Jul 2016 18:24:47 +0000 (14:24 -0400)
commite49f9a46589cdf7b56bc47ac609a99d648d80ae1
treeeea678adaf99188d44e8a32d24fa3c46013efb64
parent8a0eb54fd6fe5f3d115d7c9378fe6d5998c1668c
Fix bash completion directory

The current bash completion file is being installed on the old
/etc/bash_completion.d.
This is the legacy directory, and the new rules ask to include all the
completion files at /usr/share/bash-completion/completions

This patch is required to fix debian lintian errors.
Makefile