diff options
author | Gerard Beekmans <gerard@linuxfromscratch.org> | 2001-03-10 04:27:56 +0000 |
---|---|---|
committer | Gerard Beekmans <gerard@linuxfromscratch.org> | 2001-03-10 04:27:56 +0000 |
commit | 017a4f4aa2faef975f7dcc847b8914e86a4c4927 (patch) | |
tree | 5e61f08c82143e6890d6cafc6be9d05121cef9ae /chapter05/gcc-exp.xml | |
parent | ceb35fb92751e6d17fd10add11469f32eac31392 (diff) |
Simplified symbolic link creation
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@275 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05/gcc-exp.xml')
-rw-r--r-- | chapter05/gcc-exp.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chapter05/gcc-exp.xml b/chapter05/gcc-exp.xml index 0bed24ed1..f78113466 100644 --- a/chapter05/gcc-exp.xml +++ b/chapter05/gcc-exp.xml @@ -9,13 +9,13 @@ use the --enable-languages parameter. </para> <para> -<userinput>ln -s ../usr/lib/gcc-lib/*/2.95.2.1/cpp cpp:</userinput> This +<userinput>ln -s ../usr/lib/gcc-lib/*/2.95.2.1/cpp:</userinput> This creates the $LFS/lib/cpp symlink. Some packages explicitely try to find cpp in /lib. </para> <para> -<userinput>ln -s ../usr/lib/gcc-lib/*/2.95.2.1/cpp cpp:</userinput> This +<userinput>ln -s ../usr/lib/gcc-lib/*/2.95.2.1/cpp:</userinput> This creates the $LFS/usr/lib/cpp symlink as there are packages that expect cpp to be in /usr/lib. </para> |