Changeset 10881 for trunk/gsdl3


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

in install-macos-extra, make sure the directories exist before trying to chmod them

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl3/build.xml

    r10879 r10881  
    689689      <fileset dir="${mysql.home}/bin" />
    690690    </chmod>
    691     <mkdir dir="${mysql.home}/var/"/>
    692691    <mkdir dir="${mysql.home}/var/log/"/>
    693692    <chmod file="${mysql.home}/var/" perm="777"/>
     
    719718      <fileset dir="${mysql.home}/bin" />
    720719    </chmod>
    721     <mkdir dir="${mysql.home}/var/"/>
    722720    <mkdir dir="${mysql.home}/var/log/"/>
    723721    <chmod file="${mysql.home}/var/" perm="777" type="dir"/>
     
    13051303  <!-- untars the XML-Parser. need to do this after compiling in gs2build-->
    13061304  <target name="install-macos-extra" depends="init" if="current.os.ismac">
     1305    <!-- make sure these directories are present, otherwise chmod craps out
     1306    this chmod is needed in case we are unpacking for a second time -->
     1307    <mkdir dir="${gs2build.home}/perllib/cpan/perl-5.8"/>
     1308    <mkdir dir="${gs2build.home}/perllib/cpan/perl-5.6"/>
    13071309    <chmod dir="${gs2build.home}/perllib/cpan/perl-5.8" perm="ug+w" includes="**"/>
    13081310    <chmod dir="${gs2build.home}/perllib/cpan/perl-5.6" perm="ug+w" includes="**"/>
Note: See TracChangeset for help on using the changeset viewer.