diff options
author | Noel Grandin <noel@peralex.com> | 2016-08-19 15:22:49 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2016-08-19 15:23:36 +0200 |
commit | 54ba67e5501d0ef6191fa106d199bc5e7d345c2c (patch) | |
tree | 8d4e871759a5e45bd3748f45a74effe8703d3a36 /configure.ac | |
parent | d02941ebdb023a6e3151878375a0ffbd163d9d51 (diff) |
more of 'make the location of download.lst explicit'
Change-Id: I215c3f4cdc52eed977191fca3adaf72742cffb61
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 4cd578a161d3..81fb048b7d70 100644 --- a/configure.ac +++ b/configure.ac @@ -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 |