瀏覽代碼

damn! forgot to remove that line as well

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1337 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Mark Hymers 24 年之前
父節點
當前提交
8f98b45c4b
共有 1 個文件被更改,包括 1 次插入2 次删除
  1. 1 2
      chapter06/flex-inst.xml

+ 1 - 2
chapter06/flex-inst.xml

@@ -5,8 +5,7 @@
 
 <para><screen><userinput>./configure --prefix=/usr &amp;&amp;
 make &amp;&amp;
-make install &amp;&amp;
-cd /usr/bin</userinput></screen></para>
+make install</userinput></screen></para>
 
 <para>Some programs don't know about flex and try to find the lex program
 (flex is a (better) alternative for lex). So to please those few