summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2016-08-19 15:22:49 +0200
committerNoel Grandin <noel@peralex.com>2016-08-19 15:23:36 +0200
commit54ba67e5501d0ef6191fa106d199bc5e7d345c2c (patch)
tree8d4e871759a5e45bd3748f45a74effe8703d3a36 /configure.ac
parentRevert "coverity#1371372 Resource leak on an exceptional path" (diff)
downloadcore-54ba67e5501d0ef6191fa106d199bc5e7d345c2c.tar.gz
core-54ba67e5501d0ef6191fa106d199bc5e7d345c2c.zip
more of 'make the location of download.lst explicit'
Change-Id: I215c3f4cdc52eed977191fca3adaf72742cffb61
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
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