Ignore:
Timestamp:
2008-07-18T15:52:52+12:00 (16 years ago)
Author:
oranfry
Message:

binaries werent making it into release, fixed the problem. also, now fills in gsdlhome at install time in gsdlsite.cfg

File:
1 edited

Legend:

Unmodified
Added
Removed
  • release-kits/mark2/installer/build.xml

    r16238 r16469  
    9696        <echo message="Setting Binaries to Executable"/>
    9797        <chmod dir="${installDir}" includes="*.sh,*.bash" perm="775"/>
    98         <chmod dir="${installDir}/bin/linux" includes="*" perm="775"/>
     98        <chmod dir="${installDir}/bin/darwin" includes="*" perm="775"/>
    9999        <chmod dir="${installDir}/cgi-bin" includes="*" perm="775"/>
    100100        <chmod dir="${installDir}/bin/script" includes="**/*" perm="775"/>
    101101        <chmod dir="${installDir}/gli" includes="*.sh" perm="775"/>
     102        <echo/>
     103
     104        <echo message="Filling in concrete values in config files"/>
     105        <rsr file="${installDir}/cgi-bin/gsdlsite.cfg" pattern="\*\*GSDLHOME\*\*" replacement="${installDir}"/>
    102106        <echo/>
    103107
Note: See TracChangeset for help on using the changeset viewer.