[jhalfs] branch ablfs-more updated: plasma-post-install: fix installed version

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

git pushed a commit to branch ablfs-more
in repository jhalfs.

The following commit(s) were added to refs/heads/ablfs-more by this push:
     new e6efe4c  plasma-post-install: fix installed version
e6efe4c is described below

commit e6efe4c9860e1622814c00edb83b2f407aeffec0
Author: Pierre Labastie <[email protected]>
AuthorDate: Thu Dec 7 17:11:52 2023 +0100

    plasma-post-install: fix installed version
    
    In gen-special.sh, the generated specialCases.xsl takes installed
    version for $package instead of plasma-post-install (copy/paste
    error). This generates a bad version (the one of plasma instead of
    the dummy 1.0.0). Change $package to plasma-post-install...
---
 BLFS/gen-special.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/BLFS/gen-special.sh b/BLFS/gen-special.sh
index 360a360..b64b7a2 100755
--- a/BLFS/gen-special.sh
+++ b/BLFS/gen-special.sh
@@ -200,11 +200,11 @@ EOF
         <module><xsl:text>&#xA;          </xsl:text>
           <xsl:element name="name">plasma-post-install</xsl:element>
           <xsl:element name="version">1.0.0</xsl:element>
-          <xsl:if test="document(\$installed-packages)//package[name='$packname']">
+          <xsl:if test="document(\$installed-packages)//package[name='plasma-post-install']">
             <xsl:element name="inst-version">
               <xsl:value-of
                 select="document(\$installed-packages
-                                )//package[name='$packname']/version"/>
+                                )//package[name='plasma-post-install']/version"/>
             </xsl:element>
           </xsl:if>
 <!-- Dependencies -->

-- 
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.