Changeset db39404


Ignore:
Timestamp:
09/20/2014 07:07:29 AM (10 years ago)
Author:
Pierre Labastie <pieere@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.6, 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:
387bcde
Parents:
56115c4
Message:

Misplaced role="root"

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

File:
1 edited

Legend:

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

    r56115c4 rdb39404  
    141141    user:</para>
    142142
    143 <screen><userinput role="root">TEXLIVE_INSTALL_PREFIX=/opt/texlive ./install-tl</userinput></screen>
     143<screen role="root"><userinput>TEXLIVE_INSTALL_PREFIX=/opt/texlive ./install-tl</userinput></screen>
    144144
    145145    <para>This command is interactive and allows selection or modification of
     
    159159
    160160<!-- EOF should NOT be in double quotes, we want it to evaluate $TEXARCH -->
    161 <screen><userinput role="root">export TEXARCH=$(uname -m | sed -e 's/i.86/i386/' -e 's/$/-linux/') &amp;&amp;
     161<screen role="root"><userinput>export TEXARCH=$(uname -m | sed -e 's/i.86/i386/' -e 's/$/-linux/') &amp;&amp;
    162162cat &gt;&gt; /etc/profile.d/extrapaths.sh &lt;&lt; EOF
    163163pathappend /usr/share/man                        MANPATH
Note: See TracChangeset for help on using the changeset viewer.