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 @@
./configure --prefix=/usr &&
make &&
make install &&
-cd /usr/bin &&
-ln -sf flex lex
+cd /usr/bin
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