mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-06-19 03:39:20 +01:00
Remove an unnecessary sed from File's commands. Fixes #2452.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8990 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
1f36d729bf
commit
5a9be1c78f
@ -40,6 +40,10 @@
|
|||||||
<listitem>
|
<listitem>
|
||||||
<para>2009-07-23</para>
|
<para>2009-07-23</para>
|
||||||
<itemizedlist>
|
<itemizedlist>
|
||||||
|
<listitem>
|
||||||
|
<para>[matthew] - Remove an unnecessary sed from File's commands.
|
||||||
|
Fixes <ulink url="&lfs-ticket-root;2452">#2452</ulink>.</para>
|
||||||
|
</listitem>
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>[matthew] - Add latest upstream Vim patches. Fixes
|
<para>[matthew] - Add latest upstream Vim patches. Fixes
|
||||||
<ulink url="&lfs-ticket-root;2449">#2449</ulink>.</para>
|
<ulink url="&lfs-ticket-root;2449">#2449</ulink>.</para>
|
||||||
|
@ -41,17 +41,6 @@
|
|||||||
<sect2 role="installation">
|
<sect2 role="installation">
|
||||||
<title>Installation of File</title>
|
<title>Installation of File</title>
|
||||||
|
|
||||||
<para>Fix the man page so that it will reflect recent changes to the
|
|
||||||
<parameter>-e</parameter> (<parameter>--exclude</parameter>)
|
|
||||||
parameter:</para>
|
|
||||||
|
|
||||||
<!-- The following sed should not be required after the next version update
|
|
||||||
as the maintainer has fixed it upstream. -->
|
|
||||||
|
|
||||||
<screen><userinput remap="pre">sed -i -e '197,+1d' \
|
|
||||||
-e '189,+1d' \
|
|
||||||
-e 's/token$/tokens/' doc/file.man</userinput></screen>
|
|
||||||
|
|
||||||
<para>Prepare File for compilation:</para>
|
<para>Prepare File for compilation:</para>
|
||||||
|
|
||||||
<screen><userinput remap="configure">./configure --prefix=/usr</userinput></screen>
|
<screen><userinput remap="configure">./configure --prefix=/usr</userinput></screen>
|
||||||
|
Loading…
Reference in New Issue
Block a user