Changeset 14512


Ignore:
Timestamp:
2007-09-11T11:38:30+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/trunk/build.xml

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