Use /usr for XORG_PREFIX unconditionally:

This is possible now that instruction for non /usr XORG_PREFIX
have been made role="nodump".
This commit is contained in:
Pierre Labastie 2023-09-03 23:35:33 +02:00
parent 08614168ec
commit 45f82b1326
1 changed files with 5 additions and 0 deletions

View File

@ -123,6 +123,11 @@
<xsl:when test="string()='&lt;loginname&gt;'">
<xsl:text>$USER</xsl:text>
</xsl:when>
<!-- for xorg environment. Note that libreoffice too uses &lt;PREFIX&gt; -->
<xsl:when test="string()='&lt;PREFIX&gt;' and
ancestor::sect1[@id='xorg-env']">
<xsl:text>/usr</xsl:text>
</xsl:when>
<xsl:otherwise>
<xsl:text>**EDITME</xsl:text>
<xsl:apply-templates/>