]> git.ipfire.org Git - thirdparty/util-linux.git/commit
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)
commiteb0e08a76e3ebd4571b957e727847060304c32bb
tree92c80ab0a4260ed5db7e33532f600a786a8b9a59
parentaa9c79e3e838cbb80ab70aa3bc6d8b4902bbf22f
bash-completion: add bits to dist tarball

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