Remove an unnessary sed from expat. Now that /usr/bin/env is installed instead of /tools/bin/env, this sed is no longer needed.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11969 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
Douglas R. Reno 2020-06-20 18:11:05 +00:00
parent 9d8bf7e67b
commit 07bf061c87

View File

@ -41,10 +41,6 @@
<sect2 role="installation">
<title>Installation of Expat</title>
<para>First fix a problem with the regression tests in the LFS environment:</para>
<screen><userinput remap="pre">sed -i 's:usr/bin/env :bin/:' run.sh.in</userinput></screen>
<para>Prepare Expat for compilation:</para>
<screen><userinput remap="configure">./configure --prefix=/usr \