mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-06-18 19:29:21 +01:00
xsl: fix copy-lfs-patch.sh generation
This commit is contained in:
parent
c91649c2d0
commit
0f7d4cb8a7
@ -11,7 +11,7 @@
|
||||
|
||||
<!-- Allow select the dest dir at runtime -->
|
||||
<xsl:param name="dest.dir">
|
||||
<xsl:value-of select="concat('/srv/www/', substring-after('&patches-root;', 'http://'))"/>
|
||||
<xsl:value-of select="concat('/srv/www/', substring-after('&patches-root;', 'https://'))"/>
|
||||
</xsl:param>
|
||||
|
||||
<xsl:template match="/">
|
||||
|
Loading…
Reference in New Issue
Block a user