- Timestamp:
- Sep 9, 2006, 8:01:43 PM (18 years ago)
- Branches:
- clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- a93bc8b
- Parents:
- cef1c09
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/stylesheets/wget.xsl
rcef1c09 rb9a02e8 26 26 <!-- Packages. If some package don't have the string ".tar." in their 27 27 name, the next test must be fixed to match it also. --> 28 <xsl:if test="contains(@url, '.tar.') ">28 <xsl:if test="contains(@url, '.tar.') or contains(@url, '.tgz')"> 29 29 <xsl:value-of select="@url"/> 30 30 <xsl:text>
</xsl:text>
Note:
See TracChangeset
for help on using the changeset viewer.