mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-03-06 14:24:48 +00:00
fix-description
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@431 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
a10b943d91
commit
760e8cba2b
@ -1,6 +1,14 @@
|
|||||||
<sect2>
|
<sect2>
|
||||||
<title>Command explanations</title>
|
<title>Command explanations</title>
|
||||||
|
|
||||||
|
<para>
|
||||||
|
<userinput>sed -e 's|in \(.*\$PATH\)|in `echo \1`|' configure...:</userinput>
|
||||||
|
This fixes a little problem in man's configure. The configure-script
|
||||||
|
looks for files like cat, gunzip, bzip2, etc. in a for-loop that
|
||||||
|
walks through a specified path. The splitting of the path is not done
|
||||||
|
correctly and needs that fix.
|
||||||
|
</para>
|
||||||
|
|
||||||
<para>
|
<para>
|
||||||
<userinput>-default:</userinput> This configures the man package with
|
<userinput>-default:</userinput> This configures the man package with
|
||||||
default settings.
|
default settings.
|
||||||
|
Loading…
Reference in New Issue
Block a user