Kaydet (Commit) 5d7a9281 authored tarafından Thorsten Behrens's avatar Thorsten Behrens

format validation: work around missing exec permissions

Change-Id: I2b4f0f31a2f700bafd373a2d71be35424be1392d
Reviewed-on: https://gerrit.libreoffice.org/28091Reviewed-by: 's avatarThorsten Behrens <Thorsten.Behrens@CIB.de>
Tested-by: 's avatarThorsten Behrens <Thorsten.Behrens@CIB.de>
üst e6c3625a
...@@ -2747,7 +2747,7 @@ if test "$with_export_validation" = yes; then ...@@ -2747,7 +2747,7 @@ if test "$with_export_validation" = yes; then
# remember to download the ODF toolkit with validator later # remember to download the ODF toolkit with validator later
AC_MSG_NOTICE([no odfvalidator found, will download it]) AC_MSG_NOTICE([no odfvalidator found, will download it])
BUILD_TYPE="$BUILD_TYPE ODFVALIDATOR" BUILD_TYPE="$BUILD_TYPE ODFVALIDATOR"
ODFVALIDATOR="bin/odfvalidator.sh" ODFVALIDATOR="sh bin/odfvalidator.sh"
# and fetch name of odfvalidator jar name from download.lst # 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" download.lst`
...@@ -2772,7 +2772,7 @@ if test "$with_export_validation" = yes; then ...@@ -2772,7 +2772,7 @@ if test "$with_export_validation" = yes; then
# remember to download the officeotron with validator later # remember to download the officeotron with validator later
AC_MSG_NOTICE([no officeotron found, will download it]) AC_MSG_NOTICE([no officeotron found, will download it])
BUILD_TYPE="$BUILD_TYPE OFFICEOTRON" BUILD_TYPE="$BUILD_TYPE OFFICEOTRON"
OFFICEOTRON="bin/officeotron.sh" OFFICEOTRON="sh bin/officeotron.sh"
# and fetch name of officeotron jar name from download.lst # 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" download.lst`
...@@ -2826,7 +2826,7 @@ if test "$with_bffvalidator" != "no"; then ...@@ -2826,7 +2826,7 @@ if test "$with_bffvalidator" != "no"; then
# so swap in a shell wrapper that converts paths transparently # so swap in a shell wrapper that converts paths transparently
BFFVALIDATOR_EXE="$BFFVALIDATOR" BFFVALIDATOR_EXE="$BFFVALIDATOR"
BFFVALIDATOR="$SRC_ROOT/bin/bffvalidator.sh" BFFVALIDATOR="sh $SRC_ROOT/bin/bffvalidator.sh"
AC_SUBST(BFFVALIDATOR_EXE) AC_SUBST(BFFVALIDATOR_EXE)
AC_MSG_RESULT($BFFVALIDATOR) AC_MSG_RESULT($BFFVALIDATOR)
else else
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment