Changeset 20401


Ignore:
Timestamp:
2009-08-26T12:01:05+12:00 (15 years ago)
Author:
oranfry
Message:

bug fix in installer, and a few minor fixes

Location:
release-kits
Files:
1 deleted
4 edited

Legend:

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

    r20375 r20401  
    2525    <import file="../core/ant-scripts/operations-on-gli.xml"/>
    2626    <import file="../greenstone2/ant-scripts/rk2-targets.xml"/>
    27     <import file="../linux/ant-scripts/linux-targets.xml"/>
    2827    <import file="compile.xml"/>
    2928    <import file="create-distribution.xml"/>
  • release-kits/mark2/ant-scripts/create-distribution.xml

    r19460 r20401  
    1515        <antcall target="strip-svn-dirs"><param name="dir" value="${basedir}/distributions/web"/></antcall>
    1616        <antcall target="create-needed-empty-files"><param name="gsdl.basedir" value="distributions/web"/></antcall>
    17 
    18         <antcall target="create-binary-zip-linux"/>
    1917
    2018    </target>
  • release-kits/shared/greenstone2/ant-scripts/rk2-targets.xml

    r20213 r20401  
    3939    </target>
    4040
    41     <target name="create-binary-zip-linux">
     41    <target name="create-binary-zip-unix">
    4242        <property name="binzip.dir" value="distributions/Greenstone-${version}-${os.suffix}-binary"/>
    4343
  • release-kits/shared/greenstone2/installer/build.xml

    r20056 r20401  
    153153        <!-- if linux|mac -->
    154154        <echo>Setting up apache web server</echo>
    155         <exec dir="${installDir}" executable="${installDir}/apache-httpd/linux/install-bindist.sh">
     155        <exec dir="${installDir}" executable="${installDir}/apache-httpd/${shell.name}/install-bindist.sh">
    156156            <arg value="${installDir}/apache-httpd/${shell.name}"/>
    157157        </exec>
Note: See TracChangeset for help on using the changeset viewer.