diff options
author | Pierre Labastie <pierre.labastie@neuf.fr> | 2023-10-21 13:58:33 +0200 |
---|---|---|
committer | Pierre Labastie <pierre.labastie@neuf.fr> | 2023-10-21 13:58:33 +0200 |
commit | c801809bb075586e48f3ebf89ec4672c88fde1e9 (patch) | |
tree | 1314dbcdb88b41809407afbc6361a58a6713084a | |
parent | e6a1ec3753cfe8279998aa957663f98096644d90 (diff) | |
parent | 5ed69f823f28db12a5f56eb709ed8446f5070df0 (diff) |
Merge branch 'trunk' into ablfs-more
-rwxr-xr-x | BLFS/gen-special.sh | 28 |
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 |