Ignore:
Timestamp:
2009-02-18T10:33:40+13:00 (15 years ago)
Author:
oranfry
Message:

don't try to unzip the non-existent windows gdbm package

File:
1 edited

Legend:

Unmodified
Added
Removed
  • greenstone3/trunk/build.xml

    r18515 r18530  
    13901390 
    13911391  <target name="unzip-windows-packages" depends="init" if="collection.building.enabled.windows"> 
    1392     <unzip src="${gs2build.home}/common-src/packages/windows/gdbm/gdbm.zip"
    1393       dest="${gs2build.home}/common-src/packages/windows/gdbm"/>
     1392    <!--<unzip src="${gs2build.home}/common-src/packages/windows/gdbm/gdbm.zip"
     1393      dest="${gs2build.home}/common-src/packages/windows/gdbm"/>-->
    13941394    <unzip src="${gs2build.home}/common-src/packages/windows/crypt/crypt.zip"
    13951395      dest="${gs2build.home}/common-src/packages/windows/crypt"/>
Note: See TracChangeset for help on using the changeset viewer.