Ignore:
Timestamp:
Aug 8, 2010, 7:51:40 AM (14 years ago)
Author:
Joe Ciccone <jciccone@…>
Branches:
clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
857b98c
Parents:
c5dbf71
Message:

Use pushd and popd when regenerating the info db after installing texinfo.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BOOK/final-system/common/texinfo.xml

    rc5dbf71 r9b4d9e7  
    5353    the following optional commands will accomplish the task:</para>
    5454
    55 <screen os="i" role="nodump"><userinput>cd /usr/share/info
     55<screen os="i" role="nodump"><userinput>pushd /usr/share/info
    5656rm dir
    5757for f in *
    5858do install-info $f dir 2&gt;/dev/null
    59 done</userinput></screen>
     59done
     60popd</userinput></screen>
    6061
    6162  </sect2>
Note: See TracChangeset for help on using the changeset viewer.