Ignore:
Timestamp:
2013-01-09T23:19:26+13:00 (11 years ago)
Author:
davidb
Message:

This script now also installs the perl script for the Export individual GSDL documents feature.

File:
1 edited

Legend:

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

    r24942 r26631  
    2121   > ../../web/WEB-INF/cgi/html-to-expeditee.pl
    2222
     23   cat src/cgi-bin/export-individual-expeditee.pl.in \
     24    | sed "s%@FULL_PERL_EXE@%$FULL_PERL_EXE%g" \
     25    > ../../web/WEB-INF/cgi/export-individual-expeditee.pl
    2326}
    2427
     
    5053fi
    5154
     55if [ ! -f ../../web/WEB-INF/cgi/export-individual-expeditee.pl ] ; then
     56    echo "Installing export-individual-expeditee.pl to cgi-bin directory"
     57    installPerlCGI
     58elif [ "src/cgi-bin/export-individual-expeditee.pl.in" -nt "../../web/WEB-INF/cgi/export-individual-expeditee.pl" ] ; then
     59    echo "Installing latest version of export-individual-expeditee.pl to cgi-bin directory"
     60    installPerlCGI
     61fi
    5262
    5363
     64
Note: See TracChangeset for help on using the changeset viewer.