Opened 3 years ago
Last modified 3 years ago
#304 accepted Defect
INSTALLDIR not passed to the installation
Reported by: | jkeune | Owned by: | anphi |
---|---|---|---|
Priority: | minor | Milestone: | flex_extract_v7.1.3 |
Component: | flex_extract | Version: | flex_extract_v7.1 |
Keywords: | Cc: |
Description
Dear Anne / all,
this is to report a really minor bug. In
setup.sh
the INSTALLDIR is not added to the list of arguments that are passed to the installation script. Thus the installation directory is always the default one.
Simply adding
if [ -n "$INSTALLDIR" ]; then # not empty parameterlist+=" --installdir=$INSTALLDIR" fi
does the trick for me.
I use flex_extract_v7.1.2.
Kind regards,
Jessica
Change History (2)
comment:1 Changed 3 years ago by anphi
- Owner set to anphi
- Status changed from new to accepted
comment:2 Changed 3 years ago by anphi
- Milestone set to flex_extract_v7.1.3
Note: See
TracTickets for help on using
tickets.
Thank you for pointing this out. I will include this in the next minor release.