diff options
Diffstat (limited to 'chapter05')
-rw-r--r-- | chapter05/lockingglibc.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter05/lockingglibc.xml b/chapter05/lockingglibc.xml index db2286b49..eb2f1c7d1 100644 --- a/chapter05/lockingglibc.xml +++ b/chapter05/lockingglibc.xml @@ -33,7 +33,7 @@ to the new dynamic linker. A simple sed will accomplish this:</para> <!-- Ampersands are needed to allow cut and paste --> <screen><userinput>SPECFILE=/tools/lib/gcc-lib/*/*/specs && -sed -e 's@/lib/ld-linux.so.2@/tools/lib/ld-linux.so.2@g' \ +sed -e 's@ /lib/ld-linux.so.2@ /tools/lib/ld-linux.so.2@g' \ $SPECFILE > tempspecfile && mv -f tempspecfile $SPECFILE && unset SPECFILE</userinput></screen> |