Changeset 14513


Ignore:
Timestamp:
2007-09-11T11:43:15+12:00 (17 years ago)
Author:
oranfry
Message:

fixed an apparent bug where the XML-Parser tarball for mac was not retrieved from the web before an attempt was made to extract it

File:
1 edited

Legend:

Unmodified
Added
Removed
  • greenstone3/branches/3-03/build.xml

    r14511 r14513  
    11661166
    11671167  <!-- untars the XML-Parser. need to do this after compiling in gs2build-->
    1168   <target name="install-macos-extra" depends="init" if="need.macos.extra">
     1168  <target name="install-macos-extra" depends="init,get-macos-extra" if="need.macos.extra">
    11691169    <!-- make sure these directories are present, otherwise chmod craps out
    11701170    this chmod is needed in case we are unpacking for a second time -->
Note: See TracChangeset for help on using the changeset viewer.