[jhalfs] branch trunk updated: Use /usr for XORG_PREFIX unconditionally:

"Git Owner" ([email protected] via alfs-discuss Mailing List) <[email protected]>
Newsgroups gmane.linux.lfs.automated
Message-ID <169377705889.15205.5131230829346281903@rivendell.linuxfromscratch.org>
This is an automated email from the git hooks/post-receive script.

git pushed a commit to branch trunk
in repository jhalfs.

The following commit(s) were added to refs/heads/trunk by this push:
     new 45f82b1  Use /usr for XORG_PREFIX unconditionally:
45f82b1 is described below

commit 45f82b13263570f04ac4ef91b5002035e9b58503
Author: Pierre Labastie <[email protected]>
AuthorDate: Sun Sep 3 23:35:33 2023 +0200

    Use /usr for XORG_PREFIX unconditionally:
    
    This is possible now that instruction for non /usr XORG_PREFIX
    have been made role="nodump".
---
 BLFS/xsl/process-replaceable.xsl | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/BLFS/xsl/process-replaceable.xsl b/BLFS/xsl/process-replaceable.xsl
index e3e2331..6a9bdd1 100644
--- a/BLFS/xsl/process-replaceable.xsl
+++ b/BLFS/xsl/process-replaceable.xsl
@@ -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/>

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.

-- 
http://lists.linuxfromscratch.org/sympa/info/alfs-discuss
Unsubscribe: See the above information page
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.