mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-03-06 06:14:47 +00:00
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
This commit is contained in:
parent
1d6f2048dd
commit
1bbaab30ef
@ -84,11 +84,12 @@
|
|||||||
If the <filename>/usr/share/info/dir</filename> file ever needs to be
|
If the <filename>/usr/share/info/dir</filename> file ever needs to be
|
||||||
recreated, the following optional commands will accomplish the task:</para>
|
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
|
rm -v dir
|
||||||
for f in *
|
for f in *
|
||||||
do install-info $f dir 2>/dev/null
|
do install-info $f dir 2>/dev/null
|
||||||
done</userinput></screen>
|
done
|
||||||
|
popd</userinput></screen>
|
||||||
|
|
||||||
</sect2>
|
</sect2>
|
||||||
|
|
||||||
|
@ -23,7 +23,7 @@
|
|||||||
<!ENTITY bzip2-docs-patch-size "1.6 KB">
|
<!ENTITY bzip2-docs-patch-size "1.6 KB">
|
||||||
|
|
||||||
<!ENTITY coreutils-i18n-patch "coreutils-&coreutils-version;-i18n-1.patch">
|
<!ENTITY coreutils-i18n-patch "coreutils-&coreutils-version;-i18n-1.patch">
|
||||||
<!ENTITY coreutils-i18n-patch-md5 "24d4db50e2277fa5511459551ee18d64">
|
<!ENTITY coreutils-i18n-patch-md5 "587051bc411e0da9b3bf8984b49b364e">
|
||||||
<!ENTITY coreutils-i18n-patch-size "138 KB">
|
<!ENTITY coreutils-i18n-patch-size "138 KB">
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
|
Loading…
Reference in New Issue
Block a user