summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2016-08-19 14:15:37 +0200
committerNoel Grandin <noel@peralex.com>2016-08-19 14:16:54 +0200
commit8f6c5f21933c79aebbb2dcfc578799c573514dde (patch)
tree9f52f3e4efcb012a0dc903d9150340eea177d4be /configure.ac
parent2749667151618307a5faab3af44132da05b77f0e (diff)
make the location of download.lst explicit
to see if it fixes a tinderbox Change-Id: Ie87f2510330902a946bf5300dc63f67576fff146
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 dcebca924a24..4cd578a161d3 100644
--- a/configure.ac
+++ b/configure.ac
@@ -7322,7 +7322,7 @@ if test "$with_export_validation" = yes; then
ODFVALIDATOR="$SRC_ROOT/bin/odfvalidator.sh"
# and fetch name of odfvalidator jar name from download.lst
- ODFVALIDATOR_JAR=`sed -ne "s/export *ODFVALIDATOR_JAR *:= *\(.*\) */\1/p" download.lst`
+ ODFVALIDATOR_JAR=`sed -ne "s/export *ODFVALIDATOR_JAR *:= *\(.*\) */\1/p" $SRC_ROOT/download.lst`
AC_SUBST(ODFVALIDATOR_JAR)
if test -z "$ODFVALIDATOR_JAR"; then