Ignore:
Timestamp:
09/03/2023 09:35:33 PM (12 months ago)
Author:
Pierre Labastie <pierre.labastie@…>
Branches:
ablfs-more, trunk
Children:
06b7314
Parents:
0861416
Message:

Use /usr for XORG_PREFIX unconditionally:

This is possible now that instruction for non /usr XORG_PREFIX
have been made role="nodump".

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BLFS/xsl/process-replaceable.xsl

    r0861416 r45f82b13  
    124124        <xsl:text>$USER</xsl:text>
    125125      </xsl:when>
     126<!-- for xorg environment. Note that libreoffice too uses &lt;PREFIX&gt; -->
     127      <xsl:when test="string()='&lt;PREFIX&gt;' and
     128                      ancestor::sect1[@id='xorg-env']">
     129        <xsl:text>/usr</xsl:text>
     130      </xsl:when>
    126131      <xsl:otherwise>
    127132        <xsl:text>**EDITME</xsl:text>
Note: See TracChangeset for help on using the changeset viewer.