Ignore:
Timestamp:
2010-08-20T14:32:46+12:00 (14 years ago)
Author:
sjm84
Message:

This should now put things in the right places for the CD-ROM installer

File:
1 edited

Legend:

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

    r22659 r22698  
    189189        <copy todir="${installDir}">
    190190            <fileset dir="${orig.dir}/Software/apache-httpd"/>
     191            <fileset dir="${orig.dir}/Software/apache-httpd/**/*"/>
    191192        </copy>
    192193        <!-- end cdrom -->
     
    215216
    216217        <!-- start cdrom -->
    217         <copy todir="${installDir}/bin/${shell.name}">
    218             <fileset dir="${orig.dir}/Software/imagemagick/${rk.os}"/>
     218        <copy todir="${installDir}">
     219            <fileset dir="${orig.dir}/Software/imagemagick/${rk.os}/**/*"/>
    219220        </copy>
    220221        <!-- end cdrom -->
     
    237238
    238239        <!-- start cdrom -->
    239         <copy todir="${installDir}/bin/${shell.name}">
    240             <fileset dir="${orig.dir}/Software/ghostscript/${rk.os}"/>
     240        <copy todir="${installDir}">
     241            <fileset dir="${orig.dir}/Software/ghostscript/${rk.os}/**/*"/>
    241242        </copy>
    242243        <!-- end cdrom -->
Note: See TracChangeset for help on using the changeset viewer.