mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-08 06:32:59 -04:00
app-backup/btrfs-backup: fix bash completion
Use newbashcomp to avoid .bash suffix. Closes: https://bugs.gentoo.org/974559 Signed-off-by: Daniel Müller <deso@posteo.net>
This commit is contained in:
@@ -122,7 +122,7 @@ src_install() {
|
||||
cargo_src_install --bin="${PN}"
|
||||
|
||||
"$(cargo_target_dir)"/bin/shell-complete bash > "${PN}.bash" || die
|
||||
dobashcomp "${PN}.bash"
|
||||
newbashcomp "${PN}.bash" "${PN}"
|
||||
|
||||
"$(cargo_target_dir)"/bin/shell-complete fish >> "${PN}.fish" || die
|
||||
dofishcomp "${PN}.fish"
|
||||
|
||||
Reference in New Issue
Block a user