Opened 5 years ago

Closed 5 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 DJ Lucas, 5 years ago

Owner: changed from blfs-book to DJ Lucas
Status: newassigned

comment:2 by DJ Lucas, 5 years ago

Resolution: fixed
Status: assignedclosed

Fixed without adding new package to BLFS in r20770.

Note: See TracTickets for help on using tickets.