Changeset 20331 for release-kits


Ignore:
Timestamp:
2009-08-19T15:11:07+12:00 (15 years ago)
Author:
oranfry
Message:

a bug fix on mac

File:
1 edited

Legend:

Unmodified
Added
Removed
  • release-kits/shared/core/ant-scripts/init.xml

    r20214 r20331  
    346346            <delete dir="distributions/web"/>
    347347            <mkdir dir="distributions"/>
    348             <exec executable="cp" failonerror="true"><arg line="-r compiled distributions/web"/></exec>
     348            <if><bool><equals arg1="${rk.os}" arg2="mac"/></bool>
     349                <exec executable="cp" failonerror="true"><arg line="-R compiled distributions/web"/></exec>
     350            <else>
     351                <exec executable="cp" failonerror="true"><arg line="-r compiled distributions/web"/></exec>
     352            </else></if>
    349353
    350354        <!-- else fail -->
Note: See TracChangeset for help on using the changeset viewer.