Changeset 21896


Ignore:
Timestamp:
2010-04-16T20:45:21+12:00 (14 years ago)
Author:
ak19
Message:

gsdlsite.cfg can always have quotes inserted to sandwich the value for GSDLHOME. It is setup.bat where the GSDLHOME must be inserted without quotes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/release-kits/kits/rk2/installer/build.xml

    r21885 r21896  
    126126        <copy file="${installDir}/cgi-bin/gsdlsite.cfg.in" tofile="${installDir}/cgi-bin/gsdlsite.cfg"/>
    127127                <!-- spaces around GSDLHOME filepath only if needed -->
    128                 <if><bool><contains string="${installDir.local}" substring=" "/></bool>
    129                           <rsr file="${installDir}/cgi-bin/gsdlsite.cfg" pattern="&quot;?\*\*GSDLHOME\*\*&quot;?" replacement="&quot;${installDir.local}&quot;"/>
    130                 <else>
    131                           <rsr file="${installDir}/cgi-bin/gsdlsite.cfg" pattern="&quot;?\*\*GSDLHOME\*\*&quot;?" replacement="${installDir.local}"/>
    132                 </else>
    133                 </if>
     128                <rsr file="${installDir}/cgi-bin/gsdlsite.cfg" pattern="&quot;?\*\*GSDLHOME\*\*&quot;?" replacement="&quot;${installDir.local}&quot;"/>
    134129
    135130        <echo>Correcting perl shebangs in perl scripts</echo>
Note: See TracChangeset for help on using the changeset viewer.