]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
bash-completion: add bits to dist tarball master
authorKarel Zak <kzak@redhat.com>
Thu, 2 Oct 2025 11:38:13 +0000 (13:38 +0200)
committerKarel Zak <kzak@redhat.com>
Thu, 2 Oct 2025 11:38:13 +0000 (13:38 +0200)
The bits command was added in commit 6e1301d59 (text-utils: add bits
command) but the bash-completion file was not added to the autotools
Makemodule.am, causing it to be missing from release tarballs.

This resulted in meson build failures when using the tarball with
bash-completion installed, as meson.build references the file but
it doesn't exist in the tarball.

Fixes: https://github.com/util-linux/util-linux/issues/3766
Signed-off-by: Karel Zak <kzak@redhat.com>
bash-completion/Makemodule.am

index 70d836a6932f79182494d7dafb452cf99f53b801..9812052f08ef898c91f3b03bc661fd4994fd309e 100644 (file)
@@ -127,6 +127,9 @@ endif
 if BUILD_BFS
 dist_bashcompletion_DATA += bash-completion/mkfs.bfs
 endif
+if BUILD_BITS
+dist_bashcompletion_DATA += bash-completion/bits
+endif
 
 if BUILD_MINIX
 dist_bashcompletion_DATA += \