Added missing -v switch.

This commit is contained in:
Manuel Canales Esparcia 2006-01-15 10:37:14 +00:00
parent 2082b3d1d8
commit 252ee85974

View file

@ -70,7 +70,7 @@
<xsl:text>&#xA;</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&#xA;</xsl:text>
<xsl:text>UNPACKDIR=`head -n1 /tmp/unpacked | sed 's@^./@@;s@/.*@@'`&#xA;</xsl:text>