Changeset 25640 for main


Ignore:
Timestamp:
2012-05-23T11:19:13+12:00 (12 years ago)
Author:
sjm84
Message:

Some fixes to perl.path for Linux (or maybe Windows?)

File:
1 edited

Legend:

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

    r25616 r25640  
    589589            </exec>
    590590
    591             <stringutil string="${full.perl.path}" property="perl.path">
    592                 <replace regex="\/[^\/]*$" replacement="" />
     591            <stringutil string="${full.perl.path}" property="partial.perl.path">
     592                <replace regex="\/[^\/]*$" replacement="/" />
     593            </stringutil>
     594            <stringutil string="${partial.perl.path}" property="perl.path">
     595                <replace regex="\\[^\\]*$" replacement="\\" />
    593596            </stringutil>
    594597            <if><bool><istrue value="${current.os.isunix}"/></bool>
Note: See TracChangeset for help on using the changeset viewer.