diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2012-10-02 22:40:39 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2012-10-02 22:40:39 +0000 |
commit | 5cef3143bf3c152b39cf3a38ea0b08f00b0596a9 (patch) | |
tree | 5e58fe066568218f7fd56880363666d626dd7e3a /chapter05/gcc-pass2.xml | |
parent | ce935eba242c518cad24c90d41e28e1b1748cc46 (diff) |
Update udev explanation.
Be consistent with ln options.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10015 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05/gcc-pass2.xml')
-rw-r--r-- | chapter05/gcc-pass2.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter05/gcc-pass2.xml b/chapter05/gcc-pass2.xml index ee09e026c..9bbca7839 100644 --- a/chapter05/gcc-pass2.xml +++ b/chapter05/gcc-pass2.xml @@ -210,7 +210,7 @@ RANLIB=$LFS_TGT-ranlib \ <command>cc</command> leaves the system administrator free to decide which C compiler to install:</para> -<screen><userinput remap="install">ln -vs gcc /tools/bin/cc</userinput></screen> +<screen><userinput remap="install">ln -sv gcc /tools/bin/cc</userinput></screen> <caution> <para>At this point, it is imperative to stop and ensure that the basic |