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 | f48ac2a4d6f1aca50d7d0c93323e5cc0c9d84d21 (patch) | |
tree | 13d17022e39a165db8b58381c5156bfac98201d0 | |
parent | 324494f907a65b2c9661a64deb310ddfbdeee83d (diff) |
Use verbose ln.
git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/systemd/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> |