[Libreoffice-commits] core.git: configure.ac

Noel Grandin noel at peralex.com
Fri Aug 19 13:24:14 UTC 2016


 configure.ac |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 54ba67e5501d0ef6191fa106d199bc5e7d345c2c
Author: Noel Grandin <noel at peralex.com>
Date:   Fri Aug 19 15:22:49 2016 +0200

    more of 'make the location of download.lst explicit'
    
    Change-Id: I215c3f4cdc52eed977191fca3adaf72742cffb61

diff --git a/configure.ac b/configure.ac
index 4cd578a..81fb048 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


More information about the Libreoffice-commits mailing list