Ignore:
Timestamp:
10/21/2014 11:24:32 PM (10 years ago)
Author:
Ken Moffat <ken@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
2bf87d8
Parents:
66cb475
Message:

Correct the date in the changelog, add texmf to allow texlive to be installed without the binary installer.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@14700 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pst/typesetting/tl-installer.xml

    r66cb475 reb38c8a  
    165165    number of packages selected.</para>
    166166
    167     <para>After the package download is complete, the next step is to make sure
    168     that the system can properly find the files.  If you set up your login
    169     scripts as recommended in <xref linkend='postlfs-config-profile'/>, update
    170     the needed paths by appending to the
    171     <filename>extrapaths.sh</filename> script. The programs are always
    172     installed in an &lt;ARCH&gt;-linux subdirectory and on 32-bit x86 this is
    173     always i386-linux. For x86_64 and i?86 we can generate this as $TEXARCH:
    174     </para>
    175 
    176 <!-- EOF should NOT be in double quotes, we want it to evaluate $TEXARCH -->
    177 <screen role="root"><userinput>export TEXARCH=$(uname -m | sed -e 's/i.86/i386/' -e 's/$/-linux/') &amp;&amp;
    178 cat &gt;&gt; /etc/profile.d/extrapaths.sh &lt;&lt; EOF
    179 pathappend /usr/share/man                        MANPATH
    180 pathappend /opt/texlive/&texlive-year;/texmf-dist/doc/man  MANPATH
    181 pathappend /usr/share/info                       INFOPATH
    182 pathappend /opt/texlive/&texlive-year;/texmf-dist/doc/info INFOPATH
    183 pathappend /opt/texlive/&texlive-year;/bin/$TEXARCH
    184 EOF
    185 unset TEXARCH</userinput></screen>
    186 
    187     <note><para>The standard MANPATH and INFOPATH path are specified above to
    188     ensure they are included.  If they are already set in the boot script
    189     procedure, the pathappend function will ensure duplicates are
    190     removed, so including them here will do no harm.</para></note>
    191 
    192     <para>The new paths can be immediately activated by running <command>source
    193     /etc/profile</command>.</para>
    194 
    195     <para>At this point the binary installation is complete.</para>
     167    <para>Now proceed to <xref linkend="tex-path"/>.</para>
    196168
    197169  </sect2>
Note: See TracChangeset for help on using the changeset viewer.