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
|
||||
tar -xvf $PACKAGE > unpacked
|
||||
UNPACKDIR=`head -n1 unpacked | sed 's@^./@@;s@/.*@@'`
|
||||
cd $UNPACKDIR
|
||||
</xsl:text>
|
||||
cd $UNPACKDIR
</xsl:text>
|
||||
<xsl:apply-templates select=".//screen | .//para/command"/>
|
||||
<xsl:if test="$sudo = 'y'">
|
||||
<xsl:text>sudo </xsl:text>
|
||||
|
|
Reference in a new issue