Ignore:
Timestamp:
2008-08-29T11:11:37+12:00 (16 years ago)
Author:
oranfry
Message:

force the use of command line svn to stop seg faults and bus errors on the old mac any probably other machines

File:
1 edited

Legend:

Unmodified
Added
Removed
  • release-kits/mark2/ant-scripts/wrap.xml

    r16808 r17077  
    1717        <rsr file="${basedir}/wrapped-installer/Greenstone${version}.app/Contents/Info.plist" pattern="@version@" replacement="${version}"/>
    1818
    19                      <!-- get size of app -->
    20                      <exec executable="du" dir="${basedir}/wrapped-installer" outputproperty="app.du"><arg line="-ks Greenstone${version}.app"/></exec>
     19        <!-- get size of app -->
     20        <exec executable="du" dir="${basedir}/wrapped-installer" outputproperty="app.du"><arg line="-ks Greenstone${version}.app"/></exec>
    2121        <echo>app.du: ${app.du}</echo>
    22                      <exec executable="sed" inputstring="${app.du}" outputproperty="app.size"><arg line="-e 's/^\([0-9]*\).*$/\1/g'"/></exec>
     22        <exec executable="sed" inputstring="${app.du}" outputproperty="app.size"><arg line="-e 's/^\([0-9]*\).*$/\1/g'"/></exec>
    2323        <echo>app.size: ${app.size}</echo>
    2424        <math result="dmg.size" operand1="${app.size}" operation="+" operand2="${dmg.overhead}" datatype="int"/>
Note: See TracChangeset for help on using the changeset viewer.