diff options
-rw-r--r-- | chapter06/revisedchroot.xml | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/chapter06/revisedchroot.xml b/chapter06/revisedchroot.xml index 8b5582f31..db361a6eb 100644 --- a/chapter06/revisedchroot.xml +++ b/chapter06/revisedchroot.xml @@ -58,16 +58,12 @@ rm -f /usr/lib/libz.a</userinput></screen> <para>There are also several files installed in the /usr/lib directory with a file name extention of .la. These are "libtool archive" files and generally unneeded on a linux system. None of these are necessary at this point. To - remove them, run: + remove them, run:</para> -<screen role="nodump"><userinput>find /usr/lib -name \*.la -delete</userinput></screen> +<screen><userinput>find /usr/lib -name \*.la -delete</userinput></screen> - For more information about libtool archive files, see the <ulink + <para>For more information about libtool archive files, see the <ulink url="&blfs-book;/introduction/la-files.html">BLFS section "About Libtool - Archive (.la) files"</ulink>. - - </para> - - + Archive (.la) files"</ulink>.</para> </sect1> |