mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-03-06 06:14:47 +00:00
Fixed patcheslist.xsl to match current server paths.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7884 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
390e32cb79
commit
2159d608ff
@ -11,7 +11,7 @@
|
||||
|
||||
<!-- Allow select the dest dir at runtime -->
|
||||
<xsl:param name="dest.dir">
|
||||
<xsl:value-of select="concat('/home/httpd/', substring-after('&patches-root;', 'http://'))"/>
|
||||
<xsl:value-of select="concat('/srv/www/', substring-after('&patches-root;', 'http://'))"/>
|
||||
</xsl:param>
|
||||
|
||||
<xsl:template match="/">
|
||||
@ -58,7 +58,7 @@ fi

</xsl:text>
|
||||
<xsl:text>-</xsl:text>
|
||||
<xsl:value-of select="$cut"/>
|
||||
</xsl:variable>
|
||||
<xsl:text>copy /home/httpd/www.linuxfromscratch.org/patches/downloads/</xsl:text>
|
||||
<xsl:text>copy /srv/www/www.linuxfromscratch.org/patches/downloads/</xsl:text>
|
||||
<xsl:value-of select="substring-before($patch.name2, '-0')"/>
|
||||
<xsl:text>/</xsl:text>
|
||||
<xsl:value-of select="$patch.name"/>
|
||||
|
Loading…
Reference in New Issue
Block a user