summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2014-09-29 19:32:42 +0300
committerTor Lillqvist <tml@collabora.com>2014-09-29 19:39:03 +0300
commit7d07cefa0e6fa7a1dc1ae0e22f0625975e8f57ac (patch)
tree840452a64cc3859047576ac6351aeb643814afb5
parent0b72a16541cc6efa4ebc3dda9a68b0b8c7aaf352 (diff)
Don't try to write into invalid locations on iOS 8
Change-Id: I6a91dbd32bfebf26dbc4a83312cbe5b6af9c4fe5
-rw-r--r--ios/CustomTarget_TiledLibreOffice_app.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/ios/CustomTarget_TiledLibreOffice_app.mk b/ios/CustomTarget_TiledLibreOffice_app.mk
index 9c33364d3553..98cc8cca6d80 100644
--- a/ios/CustomTarget_TiledLibreOffice_app.mk
+++ b/ios/CustomTarget_TiledLibreOffice_app.mk
@@ -85,7 +85,7 @@ TiledLibreOffice_setup:
file=$(TiledLibreOffice_resource)/rc; \
echo '[Bootstrap]' > $$file; \
echo 'URE_BOOTSTRAP=file://$$APP_DATA_DIR/fundamentalrc' >> $$file; \
- echo 'HOME=$$APP_DATA_DIR/tmp' >> $$file;
+ echo 'HOME=$$SYSUSERHOME' >> $$file;
# Set up fundamentalrc, unorc, bootstraprc and versionrc.
# Do we really need all these?
@@ -104,7 +104,7 @@ TiledLibreOffice_setup:
echo '[Bootstrap]' > $$file; \
echo 'InstallMode=<installmode>' >> $$file; \
echo "ProductKey=LibreOffice $(PRODUCTVERSION)" >> $$file; \
- echo 'UserInstallation=file://$$APP_DATA_DIR/../Library/Application%20Support' >> $$file;
+ echo 'UserInstallation=$$SYSUSERHOME/userinstallation' >> $$file;
# Is this really needed?
file=$(TiledLibreOffice_resource)/program/versionrc; \