Fixed a bug in the previous commit.
This commit is contained in:
parent
f65d3cb63b
commit
8b5778577d
1 changed files with 1 additions and 1 deletions
|
@ -97,7 +97,7 @@
|
|||
<xsl:value-of select="$package"/>
|
||||
<xsl:text>
PKG_DIR=</xsl:text>
|
||||
<xsl:value-of select="$ftpdir"/>
|
||||
<xsl:text>SRC_DIR=$SRC_DIR

</xsl:text>
|
||||
<xsl:text>
SRC_DIR=$SRC_DIR

</xsl:text>
|
||||
<!-- Download code and build commands -->
|
||||
<xsl:apply-templates select="sect2">
|
||||
<xsl:with-param name="package" select="$package"/>
|
||||
|
|
Reference in a new issue