Changeset 28613


Ignore:
Timestamp:
2013-11-07T18:24:21+13:00 (10 years ago)
Author:
ak19
Message:

Minor correction to previous commit to make the new get-isisgdl ant target work on Mac. On macs, the uname binary is located in /usr/bin not /bin. Therefore, the target is now calling uname directly.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone3/build.xml

    r28612 r28613  
    10791079       use the ones generated on a 32 bit Linux and Mac (Leopard), respectively -->
    10801080  <target name="get-isisgdl">
    1081     <exec executable="/bin/uname" dir="${basedir}" failonerror="false"
     1081    <exec executable="uname" dir="${basedir}" failonerror="false"
    10821082      outputproperty="uname.val">
    10831083      <arg value="-m"/>
Note: See TracChangeset for help on using the changeset viewer.