[Libreoffice-commits] core.git: ios/CustomTarget_iOS_setup.mk
Libreoffice Gerrit user
logerrit at kemper.freedesktop.org
Fri Oct 12 00:56:43 UTC 2018
ios/CustomTarget_iOS_setup.mk | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 944ef72a1e4e00bba8d9f88bec11d27cbe53fcdc
Author: Tor Lillqvist <tml at collabora.com>
AuthorDate: Fri Oct 12 03:38:03 2018 +0300
Commit: Tor Lillqvist <tml at iki.fi>
CommitDate: Fri Oct 12 03:56:05 2018 +0300
Avoid superfluous directory level
Don't bother with a 'userinstallation' subdirectory. It is a
subdirectory called "user" of the UserInstallation value that will be
used for our stuff anyway.
Change-Id: Idb6b5992bfda73ed7af80274b0de8ad7b43c241c
diff --git a/ios/CustomTarget_iOS_setup.mk b/ios/CustomTarget_iOS_setup.mk
index df94b4ef2688..33ac39045e4a 100644
--- a/ios/CustomTarget_iOS_setup.mk
+++ b/ios/CustomTarget_iOS_setup.mk
@@ -92,7 +92,7 @@ $(IOSGEN)/native-code.h: $(BUILDDIR)/config_host.mk \
(echo '[Bootstrap]' \
&& echo 'InstallMode=<installmode>' \
&& echo "ProductKey=LibreOffice $(PRODUCTVERSION)" \
- && echo 'UserInstallation=$$SYSUSERHOME/userinstallation' \
+ && echo 'UserInstallation=$$SYSUSERHOME' \
) > $(IOSRES)/program/bootstraprc
(echo '[Version]' \
More information about the Libreoffice-commits
mailing list