Ignore:
Timestamp:
2005-11-02T17:17:56+13:00 (18 years ago)
Author:
kjdon
Message:

Expat.bundle is not writable so doesn't untar properly - chmod it first

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl3/build.xml

    r10831 r10832  
    13041304  <!-- untars the XML-Parser. need to do this after compiling in gs2build-->
    13051305  <target name="install-macos-extra" depends="init" if="current.os.ismac">
     1306    <chmod file="${gs2build.home}/perllib/cpan/perl-5.8/auto/XML/Parser/Expat/Expat.bundle" perm="ug+w"/>
    13061307    <untar src="${gs2build.home}/perllib/cpan/XML-Parser.tar.gz"
    13071308      dest="${gs2build.home}/perllib/cpan/"
Note: See TracChangeset for help on using the changeset viewer.