aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPierre Labastie <pierre.labastie@neuf.fr>2023-10-21 13:58:33 +0200
committerPierre Labastie <pierre.labastie@neuf.fr>2023-10-21 13:58:33 +0200
commitc801809bb075586e48f3ebf89ec4672c88fde1e9 (patch)
tree1314dbcdb88b41809407afbc6361a58a6713084a
parente6a1ec3753cfe8279998aa957663f98096644d90 (diff)
parent5ed69f823f28db12a5f56eb709ed8446f5070df0 (diff)
Merge branch 'trunk' into ablfs-more
-rwxr-xr-xBLFS/gen-special.sh28
1 files changed, 19 insertions, 9 deletions
diff --git a/BLFS/gen-special.sh b/BLFS/gen-special.sh
index 0215a468cd..4e0837c6f8 100755
--- a/BLFS/gen-special.sh
+++ b/BLFS/gen-special.sh
@@ -172,7 +172,25 @@ EOF
<!-- End dependencies -->
</module>
EOF
- cat >> tmpfile << EOF
+# cat >> tmpfile << EOF
+# <xsl:element name="dependency">
+# <xsl:attribute name="status">
+# <xsl:value-of select="\$status"/>
+# </xsl:attribute>
+# <xsl:attribute name="build">
+# <xsl:value-of select="\$build"/>
+# </xsl:attribute>
+# <xsl:attribute name="name">$packname</xsl:attribute>
+# <xsl:attribute name="type">ref</xsl:attribute>
+# </xsl:element>
+#EOF
+ precpack=$packname
+ done
+ cat >>$SPECIAL_FILE << EOF
+ </package>
+ </xsl:when>
+EOF
+ cat >> tmpfile << EOF
<xsl:element name="dependency">
<xsl:attribute name="status">
<xsl:value-of select="\$status"/>
@@ -183,14 +201,6 @@ EOF
<xsl:attribute name="name">$packname</xsl:attribute>
<xsl:attribute name="type">ref</xsl:attribute>
</xsl:element>
-EOF
- precpack=$packname
- done
- cat >>$SPECIAL_FILE << EOF
- </package>
- </xsl:when>
-EOF
- cat >> tmpfile << EOF
</xsl:when>
EOF
done