Ignore:
Timestamp:
2011-06-09T13:22:58+12:00 (13 years ago)
Author:
sjm84
Message:

A few modifications to the CD version of Greenstone so that the sample files are unzipped and the documented examples remain zipped up

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/release-kits/kits/rk2/installer/build.xml

    r24113 r24130  
    103103        <copy todir="${installDir}">
    104104            <fileset dir="${orig.dir}/Software/core/all"/>
    105             <fileset dir="${orig.dir}/Software/core/${rk.os}"/>
     105            <fileset dir="${orig.dir}/Software/core/${rk.os}"/><!-- /if -->
    106106        </copy>
    107107        <!-- if windows -->
     
    196196
    197197        <!-- start cdrom -->
    198         <mkdir dir="${installDir}/apache-httpd" />
    199         <copy todir="${installDir}/apache-httpd">
    200             <fileset dir="${orig.dir}/Software/apache-httpd/${rk.os}"/>
     198        <mkdir dir="${installDir}/apache-httpd"/>
     199        <mkdir dir="${installDir}/apache-httpd/${shell.name}"/>
     200       
     201        <copy todir="${installDir}/apache-httpd/${shell.name}">
     202            <fileset dir="${orig.dir}/Software/apache-httpd"/>
    201203        </copy>
    202204        <!-- end cdrom -->
     
    226228        <!-- start cdrom -->
    227229        <copy todir="${installDir}">
    228             <fileset dir="${orig.dir}/Software/imagemagick/${rk.os}"/>
     230            <fileset dir="${orig.dir}/Software/imagemagick/${rk.os}/**/*"/>
    229231        </copy>
    230232        <!-- end cdrom -->
     
    253255        <!-- start cdrom -->
    254256        <copy todir="${installDir}">
    255             <fileset dir="${orig.dir}/Software/ghostscript/${rk.os}"/>
     257            <fileset dir="${orig.dir}/Software/ghostscript/${rk.os}/**/*"/>
    256258        </copy>
    257259        <!-- end cdrom -->
Note: See TracChangeset for help on using the changeset viewer.