Ignore:
Timestamp:
2010-01-25T11:02:45+13:00 (14 years ago)
Author:
oranfry
Message:

fixes to rk2 for linux and mac

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/release-kits/kits/rk2/ant-scripts/compile.xml

    r21521 r21593  
    136136    <target name="strip-execs">
    137137        <exec dir="${basedir}/compiled/bin/${os.shell}" executable="find" failonerror="true">
    138             <arg line="! -name . -type f -maxdepth 1 -exec strip {} &#59;"/>
     138            <arg line=". ! -name . -type f -maxdepth 1 -exec strip {} &#59;"/>
    139139        </exec>
    140140    </target>
     
    143143
    144144        <!-- linux, mac -->
    145         <if><bool><equals arg1="${rk.os}" arg2="linux"/></bool>
     145        <if><bool><or><equals arg1="${rk.os}" arg2="linux"/><equals arg1="${rk.os}" arg2="mac"/></or></bool>
    146146            <exec dir="${basedir}/compiled" executable="${rk.home}/kits/rk2/resources/build-demo.sh" failonerror="true"/>
    147147
Note: See TracChangeset for help on using the changeset viewer.