[Libreoffice-commits] .: android/qa

Tor Lillqvist tml at kemper.freedesktop.org
Fri Jan 20 11:22:37 PST 2012


 android/qa/desktop/Makefile |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

New commits:
commit f7c1f80ae4f9a4f33cdac48040e2d48a8610604c
Author: Tor Lillqvist <tlillqvist at suse.com>
Date:   Fri Jan 20 21:19:51 2012 +0200

    Fix file: URI syntax

diff --git a/android/qa/desktop/Makefile b/android/qa/desktop/Makefile
index 96f617f..57dc6a4 100644
--- a/android/qa/desktop/Makefile
+++ b/android/qa/desktop/Makefile
@@ -32,14 +32,14 @@ buildrcs:
 	echo "[Bootstrap]" > assets/program/sofficerc
 	echo "Logo=1" >> assets/program/sofficerc
 	echo "NativeProgress=1" >> assets/program/sofficerc
-	echo "URE_BOOTSTRAP=file://assets/program/fundamentalrc" >> assets/program/sofficerc
+	echo "URE_BOOTSTRAP=file:///assets/program/fundamentalrc" >> assets/program/sofficerc
 # fundamentalrc ini ...
 	echo "[Bootstrap]" > assets/program/fundamentalrc
 	echo "LO_LIB_DIR=file://$(APP_DATA_PATH)/lib/" >> assets/program/fundamentalrc
 	echo "URE_LIB_DIR=file://$(APP_DATA_PATH)/lib/" >> assets/program/fundamentalrc # checkme - is this used to find configs ?
-	echo "BRAND_BASE_DIR=file://assets/" >> assets/program/fundamentalrc
+	echo "BRAND_BASE_DIR=file:///assets/" >> assets/program/fundamentalrc
 	echo "CONFIGURATION_LAYERS=xcsxcu:${BRAND_BASE_DIR}/share/registry module:${BRAND_BASE_DIR}/share/registry/modules res:${BRAND_BASE_DIR}/share/registry bundledext:${${BRAND_BASE_DIR}/program/unorc:BUNDLED_EXTENSIONS_USER}/registry/com.sun.star.comp.deployment.configuration.PackageRegistryBackend/configmgr.ini sharedext:${${BRAND_BASE_DIR}/program/unorc:SHARED_EXTENSIONS_USER}/registry/com.sun.star.comp.deployment.configuration.PackageRegistryBackend/configmgr.ini xcsxcu:${${BRAND_BASE_DIR}/program/unorc:UNO_USER_PACKAGES_CACHE}/registry/com.sun.star.comp.deployment.configuration.PackageRegistryBackend/registry userext:${${BRAND_BASE_DIR}/program/unorc:UNO_USER_PACKAGES_CACHE}/registry/com.sun.star.comp.deployment.configuration.PackageRegistryBackend/configmgr.ini user:${$BRAND_BASE_DIR/program/bootstraprc:UserInstallation}/user/registrymodifications.xcu" >> assets/program/fundamentalrc
-	echo "URE_BIN_DIR=file://assets/ure/bin/dir/not-here/can-we/exec-anyway" >> assets/program/fundamentalrc
+	echo "URE_BIN_DIR=file:///assets/ure/bin/dir/not-here/can-we/exec-anyway" >> assets/program/fundamentalrc
 	echo "URE_MORE_TYPES=file:///assets/ure/share/misc/types.rdb file:///assets/program/types/types.rdb $${URE_MORE_TYPES}" >> assets/program/fundamentalrc
 	echo "URE_MORE_SERVICES=file:///assets/ure/share/misc/services.rdb file:///assets/program/services/services.rdb $${URE_MORE_SERVICES}" >> assets/program/fundamentalrc
 # unorc ini ...


More information about the Libreoffice-commits mailing list