Procházet zdrojové kódy

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
Douglas R. Reno před 3 roky
rodič
revize
07bf061c87
1 změnil soubory, kde provedl 0 přidání a 4 odebrání
  1. 0 4
      chapter08/expat.xml

+ 0 - 4
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    \