mirror of
https://github.com/flatcar/scripts.git
synced 2025-11-13 06:32:14 +01:00
overlay dev-lang/rust: fix bash completion issue
Revert commit 80f124a6200c01c504620993863adf8008e176b0. The bash completion is fixed again in upstream, so there is no need to change bash completion paths. Set it back to the original.
This commit is contained in:
parent
4d7d503f88
commit
3876c47d55
@ -663,8 +663,8 @@ src_install() {
|
||||
DESTDIR="${D}" "${EPYTHON}" ./x.py install -vv --config="${S}"/config.toml -j$(makeopts_jobs) || die
|
||||
|
||||
# bug #689562, #689160
|
||||
rm -v "${ED}/usr/lib/${PN}/${PV}/src/etc/bash_completion.d/cargo" || die
|
||||
rmdir -v "${ED}/usr/lib/${PN}/${PV}"/src/etc{/bash_completion.d,} || die
|
||||
rm -v "${ED}/usr/lib/${PN}/${PV}/etc/bash_completion.d/cargo" || die
|
||||
rmdir -v "${ED}/usr/lib/${PN}/${PV}"/etc{/bash_completion.d,} || die
|
||||
newbashcomp src/tools/cargo/src/etc/cargo.bashcomp.sh cargo
|
||||
|
||||
local symlinks=(
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user