diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2014-07-22 15:36:42 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2014-07-22 15:36:42 +0000 |
commit | 1bbaab30ef50e1c0cb172f3b84e388660738c8dc (patch) | |
tree | 1cea57241fa3d4dedf4e92174978b94140863dc8 /chapter06/texinfo.xml | |
parent | 1d6f2048dd0c87a2fc426d9df2e18f6b556a7e1e (diff) |
Fix coreutils i18n md5sum
Make procedure for updating info a bit more convenient
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10643 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/texinfo.xml')
-rw-r--r-- | chapter06/texinfo.xml | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/chapter06/texinfo.xml b/chapter06/texinfo.xml index e34678367..c24b2e59f 100644 --- a/chapter06/texinfo.xml +++ b/chapter06/texinfo.xml @@ -84,11 +84,12 @@ If the <filename>/usr/share/info/dir</filename> file ever needs to be recreated, the following optional commands will accomplish the task:</para> -<screen role="nodump"><userinput>cd /usr/share/info +<screen role="nodump"><userinput>pushd /usr/share/info rm -v dir for f in * -do install-info $f dir 2>/dev/null -done</userinput></screen> + do install-info $f dir 2>/dev/null +done +popd</userinput></screen> </sect2> |