From 7d07cefa0e6fa7a1dc1ae0e22f0625975e8f57ac Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Mon, 29 Sep 2014 19:32:42 +0300 Subject: Don't try to write into invalid locations on iOS 8 Change-Id: I6a91dbd32bfebf26dbc4a83312cbe5b6af9c4fe5 --- ios/CustomTarget_TiledLibreOffice_app.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ios') 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=' >> $$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; \ -- cgit