more of 'make the location of download.lst explicit'

Change-Id: I215c3f4cdc52eed977191fca3adaf72742cffb61
This commit is contained in:
Noel Grandin
2016-08-19 15:22:49 +02:00
parent d02941ebdb
commit 54ba67e550

View File

@@ -7349,7 +7349,7 @@ if test "$with_export_validation" = yes; then
OFFICEOTRON="$SRC_ROOT/bin/officeotron.sh"
# and fetch name of officeotron jar name from download.lst
OFFICEOTRON_JAR=`sed -ne "s/export *OFFICEOTRON_JAR *:= *\(.*\) */\1/p" download.lst`
OFFICEOTRON_JAR=`sed -ne "s/export *OFFICEOTRON_JAR *:= *\(.*\) */\1/p" $SRC_ROOT/download.lst`
AC_SUBST(OFFICEOTRON_JAR)
if test -z "$OFFICEOTRON_JAR"; then