Use /etc/bash_completion.d, not /etc/profile.d for bash completion script
authorDavid Zeuthen <davidz@redhat.com>
Mon, 28 Nov 2011 15:32:51 +0000 (10:32 -0500)
committerDavid Zeuthen <davidz@redhat.com>
Mon, 28 Nov 2011 15:32:51 +0000 (10:32 -0500)
commit01c410f7374160dfb4e0884bc574b95ea318d5c8
treeab806c6daba88a095aafa47fbe5cb9e9eaf710f5
parent82bae7f3cf936d1b200ad9abfdcc74dcb3aff330
Use /etc/bash_completion.d, not /etc/profile.d for bash completion script

Also use _DATA, not _SCRIPTS, to ensure that the installed file is not
executable.

Signed-off-by: David Zeuthen <davidz@redhat.com>
tools/Makefile.am