Ignore:
Timestamp:
2013-01-17T18:48:25+13:00 (11 years ago)
Author:
davidb
Message:

Accounting for the new script which generates a collection space.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gs3-extensions/html-to-expeditee/trunk/src/INSTALL-FOR-GREENSTONE3.sh

    r26631 r26745  
    2424    | sed "s%@FULL_PERL_EXE@%$FULL_PERL_EXE%g" \
    2525    > ../../web/WEB-INF/cgi/export-individual-expeditee.pl
     26
     27    cat src/cgi-bin/generate-collection-space.pl.in \
     28    | sed "s%@FULL_PERL_EXE@%$FULL_PERL_EXE%g" \
     29    > ../../web/WEB-INF/cgi/generate-collection-space.pl
    2630}
    2731
     
    6165fi
    6266
    63 
    64 
     67if [ ! -f ../../web/WEB-INF/cgi/generate-collection-space.pl ] ; then
     68    echo "Installing generate-collection-space.pl to cgi-bin directory"
     69    installPerlCGI
     70elif [ "src/cgi-bin/generate-collection-space.pl.in" -nt "../../web/WEB-INF/cgi/generate-collection-space.pl" ] ; then
     71    echo "Installing latest version of generate-collection-space.pl to cgi-bin directory"
     72    installPerlCGI
     73fi
Note: See TracChangeset for help on using the changeset viewer.