Changeset c51235c for x/installing


Ignore:
Timestamp:
09/03/2023 05:15:56 PM (9 months ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
12.1, ken/TL2024, ken/tuningfonts, lazarus, plabs/newcss, python3.11, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, xry111/llvm18
Children:
c59f0b6
Parents:
970a73c
Message:

Mark /opt/xorg instructions "nodump"

We recommend using the /usr prefix for xorg, but the instructins
for putting it in /opt/xorg do work. For jhalfs, having optional
instructions is confusing, so we mark the /opt/xorg "nodump" so
they will be ignored when automating BLFS.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • x/installing/xorg7.xml

    r970a73c rc51235c  
    195195    </para>
    196196
    197 <screen role="root"><userinput>cat &gt;&gt; /etc/profile.d/xorg.sh &lt;&lt; "EOF"
     197<screen role="nodump"><userinput>cat &gt;&gt; /etc/profile.d/xorg.sh &lt;&lt; "EOF"
    198198<literal>
    199199pathappend $XORG_PREFIX/bin             PATH
     
    215215    </para>
    216216
    217 <screen><userinput>source /etc/profile.d/xorg.sh</userinput></screen>
     217<screen role="nodump"><userinput>source /etc/profile.d/xorg.sh</userinput></screen>
    218218
    219219    <para>
     
    225225    </para>
    226226
    227 <screen role="root"><userinput>echo "$XORG_PREFIX/lib" >> /etc/ld.so.conf</userinput></screen>
     227<screen role="nodump"><userinput>echo "$XORG_PREFIX/lib" >> /etc/ld.so.conf</userinput></screen>
    228228
    229229    <para>
     
    236236    </para>
    237237
    238 <screen role="root"><userinput>sed -e "s@<replaceable>X11R6/man</replaceable>@X11R6/share/man@g" \
     238<screen role="nodump"><userinput>sed -e "s@<replaceable>X11R6/man</replaceable>@X11R6/share/man@g" \
    239239    -e "s@<replaceable>/usr/X11R6</replaceable>@$XORG_PREFIX@g"   \
    240240    -i /etc/man_db.conf</userinput></screen>
     
    247247    </para>
    248248
    249 <screen role="root"><userinput>ln -svf $XORG_PREFIX/share/X11 /usr/share/X11</userinput></screen>
     249<screen role="nodump"><userinput>ln -svf $XORG_PREFIX/share/X11 /usr/share/X11</userinput></screen>
    250250
    251251    <para>
     
    254254    </para>
    255255
    256 <screen role="root"><userinput>ln -svf $XORG_PREFIX /usr/X11R6</userinput></screen>
     256<screen role="nodump"><userinput>ln -svf $XORG_PREFIX /usr/X11R6</userinput></screen>
    257257<!--
    258258    <para>
Note: See TracChangeset for help on using the changeset viewer.