Opened 6 years ago
Closed 6 years ago
#11399 closed enhancement (fixed)
Add bash-completions-2.8 and remove .sh extension from our completions script
Reported by: | DJ Lucas | Owned by: | DJ Lucas |
---|---|---|---|
Priority: | normal | Milestone: | 8.4 |
Component: | BOOK | Version: | SVN |
Severity: | normal | Keywords: | |
Cc: |
Description
Currently, cargo and grub (others?) install completions into /etc/bash_completions.d/. Cargo's completions are not dependent on the bash-completions package, but grub's are dependent on the have() function. Tied with the move of the grub completions, add bash-completions to blfs, and use a compatible script that sources either only our directory, or one that is compatible with the distributed bash_completions.sh so that on-demand functionality is not broken if the script is reinstalled using the profile.xml. Additionally, we do not currently import functions files that do not have an "sh" extension.
./configure --prefix=/usr --sysconfidir=/etc make make install . /etc/profile
Change History (2)
comment:1 by , 6 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:2 by , 6 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Fixed without adding new package to BLFS in r20770.