aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGerard Beekmans <gerard@linuxfromscratch.org>2001-02-08 01:43:24 +0000
committerGerard Beekmans <gerard@linuxfromscratch.org>2001-02-08 01:43:24 +0000
commitb396a8099d97d187ae30c6c3b5bbc93effda6ea0 (patch)
treea4378fe3b131f837ba142ccc1fe923574707d6c1
parent4931dd3a6ec2c2aeff55eaedf7b048f2b3a7779d (diff)
Added the 'lex' symlink to flex' installation
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@114 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r--chapter01/changelog.sgml3
-rw-r--r--chapter06/flex-inst.sgml4
2 files changed, 6 insertions, 1 deletions
diff --git a/chapter01/changelog.sgml b/chapter01/changelog.sgml
index d14e84f66..5a5d16aff 100644
--- a/chapter01/changelog.sgml
+++ b/chapter01/changelog.sgml
@@ -52,6 +52,9 @@ the ldconfig and ldd programs anymore; Glibc-2.2.1 comes with good
working versions.
</para></listitem>
+<listitem><para>
+Chapter 6: Added the creation of the lex symlink to the flex
+installation.
</itemizedlist>
</sect1>
diff --git a/chapter06/flex-inst.sgml b/chapter06/flex-inst.sgml
index 4daaa3794..f93f42bcb 100644
--- a/chapter06/flex-inst.sgml
+++ b/chapter06/flex-inst.sgml
@@ -9,7 +9,9 @@ Install Flex by running the following commands:
<userinput>./configure --prefix=/usr &amp;&amp;</userinput>
<userinput>make &amp;&amp;</userinput>
- <userinput>make install</userinput>
+ <userinput>make install &amp;&amp;</userinput>
+ <userinput>cd /usr/bin &amp;&amp;</userinput>
+ <userinput>ln -s flex lex</userinput>
</literallayout></blockquote>