Ignore:
Timestamp:
2008-10-03T14:42:40+13:00 (16 years ago)
Author:
oranfry
Message:

chamges to installer build.xmls

File:
1 edited

Legend:

Unmodified
Added
Removed
  • release-kits/lirk2/installer/build.xml

    r17444 r17470  
    4444
    4545        <!-- jre -->
    46         <move todir="${installDir}/packages/jre">
     46        <copy todir="${installDir}/packages/jre">
    4747            <fileset dir="../@linux-java.extracted@"/>
    48         </move>
     48        </copy>
    4949        <chmod dir="${installDir}/packages/jre/bin" includes="*" perm="775"/>       
    5050
     
    5252        <chmod dir="${installDir}" includes="*.sh,*.bash" perm="775"/>
    5353        <chmod dir="${installDir}/bin/linux" includes="*" perm="775"/>
     54        <chmod dir="${installDir}/bin" includes="*" perm="775"/>
    5455        <chmod dir="${installDir}/cgi-bin" includes="*" perm="775"/>
    5556        <chmod dir="${installDir}/bin/script" includes="**/*" perm="775"/>
Note: See TracChangeset for help on using the changeset viewer.