aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDouglas R. Reno <renodr@linuxfromscratch.org>2020-06-20 18:11:05 +0000
committerDouglas R. Reno <renodr@linuxfromscratch.org>2020-06-20 18:11:05 +0000
commit07bf061c87e3af71c353aadb0fd575c687801188 (patch)
tree8a09bb79a2fc1260166b54b867aab72f40ee456c
parent9d8bf7e67ba8f3325578dc26c1bc0f6e72d5e59d (diff)
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
-rw-r--r--chapter08/expat.xml4
1 files changed, 0 insertions, 4 deletions
diff --git a/chapter08/expat.xml b/chapter08/expat.xml
index 89ada1571..f4f03aad5 100644
--- a/chapter08/expat.xml
+++ b/chapter08/expat.xml
@@ -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 \