[Libguestfs] [libnbd PATCH v2] bash: Generate completion files during build

Martin Kletzander mkletzan at redhat.com
Tue Jun 22 11:31:15 UTC 2021


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




More information about the Libguestfs mailing list