chutzpah 14/10/14 17:16:53 Added: lldpd-0.7.11-bash-completion-dir.patch Log: Revision bump, make sure the bash-completion script installs to the right place.
Revision Changes Path 1.1 net-misc/lldpd/files/lldpd-0.7.11-bash-completion-dir.patch file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/lldpd/files/lldpd-0.7.11-bash-completion-dir.patch?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/lldpd/files/lldpd-0.7.11-bash-completion-dir.patch?rev=1.1&content-type=text/plain Index: lldpd-0.7.11-bash-completion-dir.patch =================================================================== diff --git a/src/client/Makefile.am b/src/client/Makefile.am index 454bdeb..f1580a0 100644 --- a/src/client/Makefile.am +++ b/src/client/Makefile.am @@ -44,2 +44,2 @@ endif -bashcompletiondir = $(sysconfdir)/bash_completion.d -dist_bashcompletion_DATA = lldpcli.bash-completion +bashcompletiondir = $(datadir)/bash_completion +dist_bashcompletion_DATA = lldpcli
