aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06
diff options
context:
space:
mode:
authorMark Hymers <markh@linuxfromscratch.org>2001-11-06 00:54:38 +0000
committerMark Hymers <markh@linuxfromscratch.org>2001-11-06 00:54:38 +0000
commit029919608ccec9122d7c3250123ace37c737a6af (patch)
treea629eca17a1693b6046e31aff4968b3dbeb1a532 /chapter06
parent1fca9db854d12bfd121e23c33d3204db959d5ad4 (diff)
whoops - tiny fix
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1336 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 839461e76..4fb0e13ce 100644
--- a/chapter06/flex-inst.xml
+++ b/chapter06/flex-inst.xml
@@ -6,8 +6,7 @@
<para><screen><userinput>./configure --prefix=/usr &amp;&amp;
make &amp;&amp;
make install &amp;&amp;
-cd /usr/bin &amp;&amp;
-ln -sf flex lex</userinput></screen></para>
+cd /usr/bin</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