Ignore:
Timestamp:
2011-06-09T17:33:20+12:00 (13 years ago)
Author:
ak19
Message:

More CD changes

File:
1 edited

Legend:

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

    r24133 r24140  
    198198        <mkdir dir="${installDir}/apache-httpd"/>
    199199        <mkdir dir="${installDir}/apache-httpd/${shell.name}"/>
    200        
    201200        <copy todir="${installDir}/apache-httpd/${shell.name}">
    202             <fileset dir="${orig.dir}/Software/apache-httpd"/>
     201            <fileset dir="${orig.dir}/Software/apache-httpd/${shell.name}"/>
    203202        </copy>
    204203        <!-- end cdrom -->
     
    228227        <!-- start cdrom -->
    229228        <copy todir="${installDir}">
    230             <fileset dir="${orig.dir}/Software/imagemagick/${rk.os}/**/*"/>
     229            <fileset dir="${orig.dir}/Software/imagemagick/${rk.os}"/>
    231230        </copy>
    232231        <!-- end cdrom -->
     
    255254        <!-- start cdrom -->
    256255        <copy todir="${installDir}">
    257             <fileset dir="${orig.dir}/Software/ghostscript/${rk.os}/**/*"/>
     256            <fileset dir="${orig.dir}/Software/ghostscript/${rk.os}"/>
    258257        </copy>
    259258        <!-- end cdrom -->
Note: See TracChangeset for help on using the changeset viewer.