diff options
author | Jeremy Huntwork <jhuntwork@linuxfromscratch.org> | 2006-12-04 04:53:49 +0000 |
---|---|---|
committer | Jeremy Huntwork <jhuntwork@linuxfromscratch.org> | 2006-12-04 04:53:49 +0000 |
commit | 911e9d573cbc00ba10b163f03c1de2622e4866fd (patch) | |
tree | 3fabb70c967d4488e0179dedf5abcf0e5c213feb /stylesheets | |
parent | 3a4594b22c7ad36dac6687b920decabed2c287ae (diff) |
Don't need the secondary url.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7879 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'stylesheets')
-rw-r--r-- | stylesheets/wget-list.xsl | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/stylesheets/wget-list.xsl b/stylesheets/wget-list.xsl index d0da2bd3b..823641217 100644 --- a/stylesheets/wget-list.xsl +++ b/stylesheets/wget-list.xsl @@ -7,9 +7,6 @@ <xsl:output method="text"/> - <!-- The FTP server used as fallback --> - <xsl:param name="server">ftp://ftp.osuosl.org</xsl:param> - <!-- The libc model used for HLFS --> <xsl:param name="model" select="glibc"/> |