summaryrefslogtreecommitdiff
path: root/ios
diff options
context:
space:
mode:
authorjan Iversen <jani@libreoffice.org>2018-01-13 05:40:29 +0100
committerjan Iversen <jani@libreoffice.org>2018-01-13 05:43:42 +0100
commitb61791533edca81551fcc7948ea7202d9ba6e5c4 (patch)
tree58b225a3e326d6cb783f7f6fccac215dc8454a81 /ios
parent60c84cd52b291f7cfa4f44366bf021f34ef230f6 (diff)
iOS, Correct BRAND_* in rc
Wrong BRAND_BASE_DIR and BRAND_INI_DIR reference. Change-Id: I85295a9de3807a60d0afb05c160be9acae2e4aec
Diffstat (limited to 'ios')
-rw-r--r--ios/CustomTarget_iOS_setup.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/ios/CustomTarget_iOS_setup.mk b/ios/CustomTarget_iOS_setup.mk
index e159e2433fd2..20b58c7623e5 100644
--- a/ios/CustomTarget_iOS_setup.mk
+++ b/ios/CustomTarget_iOS_setup.mk
@@ -68,8 +68,8 @@ $(IOSGEN)/native-code.h: $(WORKDIR)/ios $(BUILDDIR)/config_host.mk \
# Set up fundamentalrc, unorc, bootstraprc and versionrc.
(echo '[Bootstrap]' \
- && echo 'BRAND_BASE_DIR=$$APP_DATA_DIR/..' \
- && echo 'BRAND_INI_DIR=$$APP_DATA_DIR' \
+ && echo 'BRAND_BASE_DIR=file://$$APP_DATA_DIR' \
+ && echo 'BRAND_INI_DIR=file:://$$APP_DATA_DIR' \
&& echo 'BRAND_SHARE_SUBDIR=$(LIBO_SHARE_FOLDER)' \
&& echo '##BRAND_SHARE_RESOURCE_SUBDIR=$(LIBO_SHARE_RESOURCE_FOLDER)' \
&& echo 'CONFIGURATION_LAYERS=xcsxcu:$${BRAND_BASE_DIR}/share/registry ' \