Changes in setup_local.sh [98f09d2:75db9b0] in flex_extract.git


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • setup_local.sh

    r98f09d2 r75db9b0  
    1010#    python installation script. It also does some checks to
    1111#    guarantee necessary parameters were set.
     12#
     13# @History:
     14#    Leopold Haimberger; Aug 2020
     15#       added new parameter for a system installation
     16#       (seperate executable and user directories)
    1217#
    1318# @Licence:
     
    3338DESTINATION='<name>@genericSftp'
    3439INSTALLDIR=None
     40SYSINSTALLDIR=None
    3541JOB_TEMPLATE=''
    3642CONTROLFILE='CONTROL_CERA'
     
    7682  parameterlist+=" --makefile=$MAKEFILE"
    7783fi
    78 if [ -n "$FLEXPARTDIR" ]; then # not empty
    79   parameterlist+=" --flexpartdir=$FLEXPARTDIR"
     84if [ -n "$INSTALLDIR" ]; then
     85  parameterlist+=" --installdir=$INSTALLDIR"
     86fi
     87if [ -n "$SYSINSTALLDIR" ]; then
     88  parameterlist+=" --sysinstalldir=$SYSINSTALLDIR"
    8089fi
    8190if [ -n "$JOB_TEMPLATE" ]; then
     
    91100$script $parameterlist
    92101
     102
     103
Note: See TracChangeset for help on using the changeset viewer.
hosted by ZAMG