Changeset 10862 for trunk/gsdl3


Ignore:
Timestamp:
2005-11-07T15:43:35+13:00 (18 years ago)
Author:
kjdon
Message:

XML PArser untar for mac - need to make all files writable first, otherwise can't untar over the top

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl3/build.xml

    r10837 r10862  
    13051305  <!-- untars the XML-Parser. need to do this after compiling in gs2build-->
    13061306  <target name="install-macos-extra" depends="init" if="current.os.ismac">
    1307     <chmod file="${gs2build.home}/perllib/cpan/perl-5.8/auto/XML/Parser/Expat/Expat.bundle" perm="ug+w"/>
     1307    <chmod dir="${gs2build.home}/perllib/cpan/perl-5.8" perm="ug+w" includes="**"/>
     1308    <chmod dir="${gs2build.home}/perllib/cpan/perl-5.6" perm="ug+w" includes="**"/>
    13081309    <untar src="${gs2build.home}/perllib/cpan/XML-Parser.tar.gz"
    13091310      dest="${gs2build.home}/perllib/cpan/"
Note: See TracChangeset for help on using the changeset viewer.