Changeset 21653


Ignore:
Timestamp:
2010-01-27T10:44:15+13:00 (14 years ago)
Author:
oranfry
Message:

fixed final destination of imagemagick and ghostscript binaries

File:
1 edited

Legend:

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

    r21608 r21653  
    179179        <!-- if windows --><exec dir="${basedir}" executable="${basedir}/7za.exe"><arg line="x imagemagick.lzma"/></exec><!-- /if -->
    180180        <delete file="imagemagick.lzma"/>
    181         <unzip src="${basedir}/imagemagick.comp" dest="${installDir}/bin/${shell.name}"/>
     181        <unzip src="${basedir}/imagemagick.comp" dest="${installDir}"/>
    182182        <delete file="imagemagick.comp"/>
    183183        <!-- end web -->
     
    201201        <!-- if windows --><exec dir="${basedir}" executable="${basedir}/7za.exe"><arg line="x ghostscript.lzma"/></exec><!-- /if -->
    202202        <delete file="ghostscript.lzma"/>
    203         <unzip src="${basedir}/ghostscript.comp" dest="${installDir}/bin/${shell.name}" />
     203        <unzip src="${basedir}/ghostscript.comp" dest="${installDir}" />
    204204        <delete file="ghostscript.comp"/>
    205205        <!-- end web -->
Note: See TracChangeset for help on using the changeset viewer.