Ignore:
Timestamp:
2014-12-10T18:46:19+13:00 (9 years ago)
Author:
Jeremy Symon
Message:

Lots of changes to get edit mode working. Changed variable marker to %var% instead of @var@ in order to differentiate from greenstone build variables, which allows variables to be used in patch files now. Added wget dependency. Enabled cgi scripts. Added patches to set correct settings in global.properties, gsdl3site.cfg.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/package-kits/linux/files/greenstone

    r29546 r29577  
    3434fi
    3535
    36 GSDLHOME=@GSTOOLS@/gs2build
     36GSDLHOME=%GREENSTONE_HOME%/gs2build
    3737export GSDLHOME
    3838
     
    7575PATH="$GSDLHOME/bin/script:$GSDLHOME/bin/$GSDLOS$GSDLARCH:$PATH"
    7676export PATH
    77 LD_LIBRARY_PATH="$GSDLHOME/gs2build/lib/$GSDLOS$GSDLARCH:$GSDLHOME/lib/$GSDLOS$GSDLARCH:$LD_LIBRARY_PATH"
     77LD_LIBRARY_PATH="$GSDLHOME/lib/$GSDLOS$GSDLARCH:$LD_LIBRARY_PATH"
    7878export LD_LIBRARY_PATH
    7979
    8080if test -n "$interactive" -a -z "$GSDL3HOME" ; then
    81     echo "Where are the collections? [/srv/gsdl/]" >&2
     81    echo "Where are the collections? [%WEB%]" >&2
    8282    echo -n " > " >&2
    8383    read GSDL3HOME
     
    8585if test -z "$GSDL3HOME" ; then
    8686    echo "Setting collections location to the default" >&2
    87     GSDL3HOME=@WEB@
     87    GSDL3HOME=%WEB%
    8888fi
    8989export GSDL3HOME
Note: See TracChangeset for help on using the changeset viewer.