diff options
Diffstat (limited to 'chapter05/adjusting.xml')
-rw-r--r-- | chapter05/adjusting.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/chapter05/adjusting.xml b/chapter05/adjusting.xml index 834ef166f..3558b1098 100644 --- a/chapter05/adjusting.xml +++ b/chapter05/adjusting.xml @@ -42,8 +42,8 @@ sed 's@ /lib/ld-linux.so.2@ /tools/lib/ld-linux.so.2@g' \ mv -f tempspecfile $SPECFILE && unset SPECFILE</userinput></screen> -<para><phrase condition="html">It is recommended that the above -command be copy-and-pasted in order to ensure accuracy.</phrase> +<para>It is recommended that the above +command be copy-and-pasted in order to ensure accuracy. Alternatively, the specs file can be edited by hand. This is done by replacing every occurrence of <quote>/lib/ld-linux.so.2</quote> with <quote>/tools/lib/ld-linux.so.2</quote></para> @@ -100,8 +100,8 @@ the <envar>PATH</envar> is wrong it could mean that you are not logged in as use <emphasis>lfs</emphasis> or that something went wrong back in <xref linkend="ch-tools-settingenviron" role="."/> Another option is that something may have gone wrong with the specs file amendment above. In this case, -redo the specs file amendment<phrase condition="html">, being careful to copy-and-paste the -commands</phrase>.</para> +redo the specs file amendment, being careful to copy-and-paste the +commands.</para> <para>Once all is well, clean up the test files:</para> |