mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-09 22:16:58 +02:00
overlay dev-lang/rust: fix bash completion issue
Revert commit 80f124a620
.
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…
Reference in New Issue
Block a user