Sorry, it was suppose to be sent to to dev. Em 27-05-2014 20:08, [email protected] escreveu: > Author: fernando > Date: Tue May 27 16:08:37 2014 > New Revision: 13182 > > Log: > Fixes to install-tl-unx,. > > Modified:
... > trunk/BOOK/pst/typesetting/tl-installer.xml ... > Modified: trunk/BOOK/pst/typesetting/tl-installer.xml > ============================================================================== > --- trunk/BOOK/pst/typesetting/tl-installer.xml Tue May 27 13:08:08 > 2014 (r13181) > +++ trunk/BOOK/pst/typesetting/tl-installer.xml Tue May 27 16:08:37 > 2014 (r13182) > @@ -141,17 +141,19 @@ > <para>After the package download is complete, the next step is to make > sure > that the system can properly find the files. If you set up your login > scripts as recommended in <xref linkend='postlfs-config-profile'/>, > update > - the needed paths by appending to the <filename>extrapaths.sh</filename> > script. > - The programs are always installed in an <ARCH>-linux subdirectory. > If > - you are not using x86_64, <emphasis>always</emphasis> change that to your > - actual installation location.</para> > + the needed paths by appending to the > + <filename>extrapaths.sh</filename> script. The programs are always > + installed in an <ARCH>-linux subdirectory. > + <emphasis>Always</emphasis> replace <ARCH> by x86_64, for 64bit, > + or by i386, for 32bit, respectivelly, depending on the architecture that > + you are using in your actual installation location.</para> > > <screen><userinput role="root">cat >> /etc/profile.d/extrapaths.sh > << "EOF" > pathappend /usr/share/man MANPATH > pathappend /opt/texlive/&texlive-year;/texmf-dist/doc/man MANPATH > pathappend /usr/share/info INFOPATH > pathappend /opt/texlive/&texlive-year;/texmf-dist/doc/info INFOPATH > -pathappend /opt/texlive/&texlive-year;/bin/x86_64-linux > +pathappend /opt/texlive/&texlive-year;/bin/<ARCH>-linux > EOF</userinput></screen> > > <note><para>The standard MANPATH and INFOPATH path are specified above to ĸen, I took the liberty of modifying this file, each time I tried to install I had to search the good string. If you disagree or don't like, please, revert, modify or tell me what to do. :-) -- []s, Fernando -- http://lists.linuxfromscratch.org/listinfo/blfs-book FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page -- http://lists.linuxfromscratch.org/listinfo/blfs-dev FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
