aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06
diff options
context:
space:
mode:
authorMark Hymers <markh@linuxfromscratch.org>2001-11-06 00:57:01 +0000
committerMark Hymers <markh@linuxfromscratch.org>2001-11-06 00:57:01 +0000
commit8f98b45c4b3a40197c2d1cc32eb6816053b51728 (patch)
treed4843cac384fb447ae4934ae05480608bef1fd60 /chapter06
parent029919608ccec9122d7c3250123ace37c737a6af (diff)
damn! forgot to remove that line as well
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1337 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r--chapter06/flex-inst.xml3
1 files changed, 1 insertions, 2 deletions
diff --git a/chapter06/flex-inst.xml b/chapter06/flex-inst.xml
index 4fb0e13ce..d31f9544c 100644
--- a/chapter06/flex-inst.xml
+++ b/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