Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
FS#57445 - [rust] use /usr/share/bash-completions/completion
Attached to Project:
Community Packages
Opened by Colin Arnott (arnottcr) - Friday, 09 February 2018, 11:13 GMT
Last edited by Johannes Löthberg (demize) - Thursday, 29 March 2018, 14:23 GMT
Opened by Colin Arnott (arnottcr) - Friday, 09 February 2018, 11:13 GMT
Last edited by Johannes Löthberg (demize) - Thursday, 29 March 2018, 14:23 GMT
|
DetailsDescription:
I noticed recently that the rust package is storing bash completion for cargo in /etc/bash_completions.d/; based on my understanding this is non-standard: see https://www.archlinux.org/todo/use-usrsharebash-completioncompletions-for-package-bash-completions/ I looked through the PKGBUILD, but was unclear where this was being added; I am happy to supply a diff that would move it around in $pkgdir at the end of the package_rust() function, but I thought I would reach out first. Additional info: * package version: rust-1:1.23.0-3 |
This task depends upon
Closed by Johannes Löthberg (demize)
Thursday, 29 March 2018, 14:23 GMT
Reason for closing: Fixed
Additional comments about closing: 1:1.25.0-1
Thursday, 29 March 2018, 14:23 GMT
Reason for closing: Fixed
Additional comments about closing: 1:1.25.0-1
Please file an upstream bug to use `pkg-config bash-completion --variable=completionsdir` when available.