Comment 2 for bug 38538

Revision history for this message
foolishchild (j-clark) wrote :

Local fix:

a) just remember to type "info coreutils ls" when you really want to type "info ls". Uugh.

OR

b)

cd /usr/share/info
sudo gunzip coreutils.info.gz
sudo vim coreutils.info

    comment out (delete?) the first "END-INFO-DIR-ENTRY" and
    second"START-INFO-DIR-ENTRY" lines.
    I used "##" as comment strings.

sudo gzip coreutils.info
sudo install-info --debug --infodir=/usr/share/info -- coreutils.info