diff options
author | Krejzi <krejzi@linuxfromscratch.org> | 2014-08-22 10:18:41 +0000 |
---|---|---|
committer | Krejzi <krejzi@linuxfromscratch.org> | 2014-08-22 10:18:41 +0000 |
commit | 0d016170c82c42cefbcf86158a1afcee8ed95b4c (patch) | |
tree | f53ea82d4b635fec05cec04e0bbeb465b2c780ba | |
parent | 8851b402be7603e264d0bdb07e42fcde1be9b2bf (diff) |
Use verbose ln.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10716 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r-- | chapter06/flex.xml | 2 |
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> |