Fixed a build scripts look issue
This commit is contained in:
parent
a1d0d5cd8e
commit
6ff1be4bd1
1 changed files with 1 additions and 2 deletions
|
@ -141,8 +141,7 @@ if [[ -e unpacked ]] ; then
|
||||||
fi
|
fi
|
||||||
tar -xvf $PACKAGE > unpacked
|
tar -xvf $PACKAGE > unpacked
|
||||||
UNPACKDIR=`head -n1 unpacked | sed 's@^./@@;s@/.*@@'`
|
UNPACKDIR=`head -n1 unpacked | sed 's@^./@@;s@/.*@@'`
|
||||||
cd $UNPACKDIR
|
cd $UNPACKDIR
</xsl:text>
|
||||||
</xsl:text>
|
|
||||||
<xsl:apply-templates select=".//screen | .//para/command"/>
|
<xsl:apply-templates select=".//screen | .//para/command"/>
|
||||||
<xsl:if test="$sudo = 'y'">
|
<xsl:if test="$sudo = 'y'">
|
||||||
<xsl:text>sudo </xsl:text>
|
<xsl:text>sudo </xsl:text>
|
||||||
|
|
Reference in a new issue