Ignore:
Timestamp:
2009-04-01T10:46:02+13:00 (15 years ago)
Author:
oranfry
Message:

getting apache going for mac too

File:
1 edited

Legend:

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

    r18847 r18854  
    3636
    3737        <echo message="Installing Servers"/>
    38         <copy tofile="${installDir}/cgi-bin/oaiserver" file="${installDir}/bin/darwin/oaiserver"/>
    39         <copy tofile="${installDir}/cgi-bin/library" file="${installDir}/bin/darwin/library"/>
     38        <copy tofile="${installDir}/cgi-bin/oaiserver.cgi" file="${installDir}/bin/darwin/oaiserver.cgi"/>
     39        <copy tofile="${installDir}/cgi-bin/library.cgi" file="${installDir}/bin/darwin/library.cgi"/>
    4040
    4141        <echo message="Setting Binaries to Executable"/>
     
    4747        <chmod dir="${installDir}/gli" includes="*.sh" perm="775"/>
    4848        <chmod dir="${installDir}/apache-httpd/darwin/bin" includes="*" perm="775"/>
     49        <chmod dir="${installDir}/apache-httpd/darwin" includes="*.sh" perm="775"/>
    4950        <echo/>
    5051
     
    7374        <delete dir="${installDir}/resources/icons"/>
    7475        <delete file="${installDir}/resources/*.png"/>
     76
     77        <echo>Setting up apache web server</echo>
     78        <exec dir="${installDir}" executable="${installDir}/apache-httpd/darwin/install-bindist.sh">
     79            <arg value="${installDir}/apache-httpd/darwin"/>
     80        </exec>
    7581
    7682        <echo>Creating installation properties file</echo>
Note: See TracChangeset for help on using the changeset viewer.