diff options
author | Tor Lillqvist <tlillqvist@suse.com> | 2012-01-20 21:19:51 +0200 |
---|---|---|
committer | Tor Lillqvist <tlillqvist@suse.com> | 2012-01-20 21:19:51 +0200 |
commit | f7c1f80ae4f9a4f33cdac48040e2d48a8610604c (patch) | |
tree | e7ff1512d561cc149996726207ba38ae59529588 /android | |
parent | c987ddfec57cfe712088ee44f864774ac26ed262 (diff) |
Fix file: URI syntax
Diffstat (limited to 'android')
-rw-r--r-- | android/qa/desktop/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/android/qa/desktop/Makefile b/android/qa/desktop/Makefile index 96f617f81835..57dc6a47de7f 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 ... |