Fixed grammatical error in jhalfs and syntax error in dump-lfs-scripts.xsl
This commit is contained in:
parent
11363820c6
commit
f0eb956918
2 changed files with 2 additions and 2 deletions
|
@ -74,7 +74,7 @@
|
|||
@id='ch-system-readjusting'">
|
||||
<xsl:text>cd $PKGDIR
</xsl:text>
|
||||
<xsl:if test="@id='ch-system-vim' and $vim-lang = '1'">
|
||||
<xsl:text>tar -xvf ../vim-&vim-version;-lang.* --strip-path=1
</xsl:text>
|
||||
<xsl:text>tar -xvf ../vim-&vim-version;-lang.* --strip-components=1
</xsl:text>
|
||||
</xsl:if>
|
||||
</xsl:if>
|
||||
<xsl:apply-templates select=".//para/userinput | .//screen"/>
|
||||
|
|
2
jhalfs
2
jhalfs
|
@ -94,7 +94,7 @@ echo \"Looks like the \$BUILDDIR directory contains subdirectories\" >&2
|
|||
echo \"from a previous LFS build.\" >&2
|
||||
echo \"\" >&2
|
||||
echo \"Please format the partition mounted on \$BUILDDIR or set\" >&2
|
||||
echo \"a diferent build directory before to run jhalfs.\" >&2
|
||||
echo \"a diferent build directory before running jhalfs.\" >&2
|
||||
echo \"\" >&2
|
||||
exit 1"
|
||||
|
||||
|
|
Reference in a new issue