Bug and typo fix.

This commit is contained in:
Manuel Canales Esparcia 2006-06-11 10:12:05 +00:00
parent d6be7ea7af
commit 6e4e0ddd42

View file

@ -47,7 +47,7 @@
<!-- Creating dirs and files -->
<exsl:document href="{$order}-{$filename}" method="text">
<xsl:text>#!/bin/sh&#xA;set -e&#xA;&#xA;</xsl:text>
<xsl:apply-templates select="sect2 | screen">
<xsl:apply-templates select="sect2 | .//screen">
<xsl:with-param name="package" select="$package"/>
<xsl:with-param name="ftpdir" select="$ftpdir"/>
</xsl:apply-templates>
@ -103,7 +103,7 @@
<xsl:param name="ftpdir" select="foo"/>
<xsl:choose>
<xsl:when test="contains(string(),'HTTP')">
<!-- SRC_ARCHIVE may heva subdirectories or not -->
<!-- SRC_ARCHIVE may have subdirectories or not -->
<xsl:text>cp $SRC_ARCHIVE/</xsl:text>
<xsl:value-of select="$ftpdir"/>
<xsl:text>/</xsl:text>