Added missing -v switch.
This commit is contained in:
parent
2082b3d1d8
commit
252ee85974
1 changed files with 1 additions and 1 deletions
|
@ -70,7 +70,7 @@
|
|||
<xsl:text>
</xsl:text>
|
||||
</xsl:when>
|
||||
<xsl:when test="@role = 'installation'">
|
||||
<xsl:text>tar -xf </xsl:text>
|
||||
<xsl:text>tar -xvf </xsl:text>
|
||||
<xsl:value-of select="$package"/>
|
||||
<xsl:text>.* > /tmp/unpacked
</xsl:text>
|
||||
<xsl:text>UNPACKDIR=`head -n1 /tmp/unpacked | sed 's@^./@@;s@/.*@@'`
</xsl:text>
|
||||
|
|
Reference in a new issue