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
commitf48ac2a4d6f1aca50d7d0c93323e5cc0c9d84d21 (patch)
tree13d17022e39a165db8b58381c5156bfac98201d0 /chapter06
parent324494f907a65b2c9661a64deb310ddfbdeee83d (diff)
Use verbose ln.
git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/systemd/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>