aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06
diff options
context:
space:
mode:
authorKrejzi <krejzi@linuxfromscratch.org>2014-08-22 10:18:41 +0000
committerKrejzi <krejzi@linuxfromscratch.org>2014-08-22 10:18:41 +0000
commit0d016170c82c42cefbcf86158a1afcee8ed95b4c (patch)
treef53ea82d4b635fec05cec04e0bbeb465b2c780ba /chapter06
parent8851b402be7603e264d0bdb07e42fcde1be9b2bf (diff)
Use verbose ln.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10716 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r--chapter06/flex.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter06/flex.xml b/chapter06/flex.xml
index b856e67d9..7ed596a94 100644
--- a/chapter06/flex.xml
+++ b/chapter06/flex.xml
@@ -74,7 +74,7 @@
runs <filename>flex</filename> in <command>lex</command> emulation
mode:</para>
-<screen><userinput remap="install">ln -s flex /usr/bin/lex</userinput></screen>
+<screen><userinput remap="install">ln -sv flex /usr/bin/lex</userinput></screen>
</sect2>