Changeset f0eb956


Ignore:
Timestamp:
11/25/2005 03:34:49 PM (19 years ago)
Author:
Jeremy Huntwork <jhuntwork@…>
Branches:
1.0, 2.3, 2.3.x, 2.4, ablfs, ablfs-more, legacy, new_features, trunk
Children:
325ca50
Parents:
1136382
Message:

Fixed grammatical error in jhalfs and syntax error in dump-lfs-scripts.xsl

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • dump-lfs-scripts.xsl

    r1136382 rf0eb956  
    7575          <xsl:text>cd $PKGDIR&#xA;</xsl:text>
    7676          <xsl:if test="@id='ch-system-vim' and $vim-lang = '1'">
    77             <xsl:text>tar -xvf ../vim-&vim-version;-lang.* --strip-path=1&#xA;</xsl:text>
     77            <xsl:text>tar -xvf ../vim-&vim-version;-lang.* --strip-components=1&#xA;</xsl:text>
    7878          </xsl:if>
    7979        </xsl:if>
  • jhalfs

    r1136382 rf0eb956  
    9595echo \"\" >&2
    9696echo \"Please format the partition mounted on \$BUILDDIR or set\" >&2
    97 echo \"a diferent build directory before to run jhalfs.\" >&2
     97echo \"a diferent build directory before running jhalfs.\" >&2
    9898echo \"\" >&2
    9999exit 1"
Note: See TracChangeset for help on using the changeset viewer.