Changeset 24140
- Timestamp:
- 2011-06-09T17:33:20+12:00 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/trunk/release-kits/kits/rk2/installer/build.xml
r24133 r24140 198 198 <mkdir dir="${installDir}/apache-httpd"/> 199 199 <mkdir dir="${installDir}/apache-httpd/${shell.name}"/> 200 201 200 <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}"/> 203 202 </copy> 204 203 <!-- end cdrom --> … … 228 227 <!-- start cdrom --> 229 228 <copy todir="${installDir}"> 230 <fileset dir="${orig.dir}/Software/imagemagick/${rk.os} /**/*"/>229 <fileset dir="${orig.dir}/Software/imagemagick/${rk.os}"/> 231 230 </copy> 232 231 <!-- end cdrom --> … … 255 254 <!-- start cdrom --> 256 255 <copy todir="${installDir}"> 257 <fileset dir="${orig.dir}/Software/ghostscript/${rk.os} /**/*"/>256 <fileset dir="${orig.dir}/Software/ghostscript/${rk.os}"/> 258 257 </copy> 259 258 <!-- end cdrom -->
Note:
See TracChangeset
for help on using the changeset viewer.