Browse Source

Fixed them line breaks for real now

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@769 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Gerard Beekmans 24 years ago
parent
commit
15742b7f22
1 changed files with 2 additions and 4 deletions
  1. 2 4
      chapter05/bzip2-inst.xml

+ 2 - 4
chapter05/bzip2-inst.xml

@@ -8,10 +8,8 @@ Install Bzip2 by running the following commands:
 <para>
 <screen>
 <userinput>sed \</userinput>
-<userinput>&nbsp;&nbsp;&nbsp;s/"\$(CC) \$(CFLAGS) -o"/"\$(CC) \$(CFLAGS)
-	\$(LDFLAGS) -o"/ \</userinput>
-<userinput>&nbsp;&nbsp;&nbsp;Makefile | make -f -LDFLAGS=-static
-	&amp;&amp;</userinput>
+<userinput>&nbsp;&nbsp;&nbsp;s/"\$(CC) \$(CFLAGS) -o"/"\$(CC) \$(CFLAGS) \$(LDFLAGS) -o"/ \</userinput>
+<userinput>&nbsp;&nbsp;&nbsp;Makefile | make -f -LDFLAGS=-static &amp;&amp;</userinput>
 <userinput>make PREFIX=$LFS/usr install &amp;&amp;</userinput>
 <userinput>cd $LFS/usr/bin &amp;&amp;</userinput>
 <userinput>mv bzcat bunzip2 bzip2 bzip2recover $LFS/bin</userinput>