Ignore:
Timestamp:
2011-03-25T14:31:57+13:00 (13 years ago)
Author:
sjm84
Message:

More fixes to the release-kits for FLAX

Location:
main/trunk/release-kits/kits/rk3/installer
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/release-kits/kits/rk3/installer/antinstall-config.xml

    r22325 r23816  
    3737    <page type="input" name="destination" displayText="">
    3838
     39        <!-- NO FLAX START -->
     40
    3941        <!-- if linux|mac -->
    4042        <directory property="installDir"
     
    5557            />
    5658        <!-- /if -->
     59
     60        <!-- NO FLAX END -->
     61
     62        <!-- FLAX START -->
     63   
     64        <!-- if linux|mac -->
     65        <directory property="installDir"
     66            defaultValue="/usr/local/FLAX,${env.HOME}/FLAX"
     67            create="true"
     68            displayText=""
     69            flagFile="_uninst"
     70            flagFileExistsProperty="ISInstallDetected"
     71            />
     72        <!-- /if -->
     73        <!-- if windows -->
     74        <directory property="installDir"
     75            defaultValue="C:\Program Files\FLAX,${env.HOMEDRIVE}${env.HOMEPATH}\FLAX"
     76            create="true"
     77            displayText=""
     78            flagFile="_uninst"
     79            flagFileExistsProperty="ISInstallDetected"
     80            />
     81        <!-- /if -->
     82       
     83        <!-- FLAX END -->
    5784
    5885    </page>
  • main/trunk/release-kits/kits/rk3/installer/build.xml

    r23811 r23816  
    8989        <!-- /if -->
    9090        <chmod dir="${installDir}/gs2build/bin/script" includes="**/*" perm="775"/>
     91        <!-- GLI START -->
    9192        <chmod dir="${installDir}/gli" includes="*.sh" perm="775"/>
     93        <!-- GLI END -->
     94
    9295        <!--<chmod file="${installDir}/packages/ant/bin/ant" perm="775"/>-->
    9396        <!--
     
    123126        <!-- /if -->
    124127
     128        <!-- GLI START -->
    125129        <echo>Creating the english dictionary</echo>
    126130        <copy file="${installDir}/gli/classes/dictionary.properties" tofile="${installDir}/gli/classes/dictionary_en.properties"/>
     131        <!-- GLI END -->
    127132
    128133        <echo>Creating usage.txt</echo>
Note: See TracChangeset for help on using the changeset viewer.