|
@@ -52,11 +52,8 @@ this:</para>
|
|
|
|
|
|
<!-- Ampersands are needed to allow cut and paste -->
|
|
|
|
|
|
-<screen><userinput>SPECFILE=`gcc --print-file specs` &&
|
|
|
-sed -e 's@ /tools/lib/ld-linux.so.2@ /lib/ld-linux.so.2@g' \
|
|
|
- $SPECFILE > newspecfile &&
|
|
|
-mv -f newspecfile $SPECFILE &&
|
|
|
-unset SPECFILE</userinput></screen>
|
|
|
+<screen><userinput>sed -i 's@ /tools/lib/ld-linux.so.2@ /lib/ld-linux.so.2@g' \
|
|
|
+ `gcc --print-file specs`</userinput></screen>
|
|
|
|
|
|
<para>Again, cutting and pasting the above is recommended. And just like
|
|
|
before, it is a good idea to visually inspect the specs file to verify the
|