Martin Kletzander
2021-Jun-22 11:31 UTC
[Libguestfs] [libnbd PATCH v2] bash: Generate completion files during build
At that point the dependencies are more relevant and we will also avoid shipping symlinks. Signed-off-by: Martin Kletzander <mkletzan at redhat.com> --- bash/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bash/Makefile.am b/bash/Makefile.am index 4245eca485a2..41d7b137baf2 100644 --- a/bash/Makefile.am +++ b/bash/Makefile.am @@ -24,10 +24,10 @@ EXTRA_DIST = \ if HAVE_BASH_COMPLETION -dist_bashcomp_DATA = nbdfuse nbdsh +bashcomp_DATA = nbdfuse nbdsh if HAVE_LIBXML2 -dist_bashcomp_DATA += nbdcopy nbdinfo +bashcomp_DATA += nbdcopy nbdinfo endif HAVE_LIBXML2 -- 2.32.0
Eric Blake
2021-Jun-22 19:13 UTC
[Libguestfs] [libnbd PATCH v2] bash: Generate completion files during build
On Tue, Jun 22, 2021 at 01:31:15PM +0200, Martin Kletzander wrote:> At that point the dependencies are more relevant and we will also avoid shipping > symlinks. > > Signed-off-by: Martin Kletzander <mkletzan at redhat.com> > --- > bash/Makefile.am | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-)ACK. -- Eric Blake, Principal Software Engineer Red Hat, Inc. +1-919-301-3266 Virtualization: qemu.org | libvirt.org