diff options
author | Tor Lillqvist <tml@collabora.com> | 2018-10-12 03:38:03 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@iki.fi> | 2018-10-12 03:56:05 +0300 |
commit | 944ef72a1e4e00bba8d9f88bec11d27cbe53fcdc (patch) | |
tree | d8ab42cd1212a9eb3f1dd23224930f79925b5d79 /ios/CustomTarget_iOS_setup.mk | |
parent | a68bf798532c93c1fef8def82fe049ca55b5cb33 (diff) |
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
Diffstat (limited to 'ios/CustomTarget_iOS_setup.mk')
-rw-r--r-- | ios/CustomTarget_iOS_setup.mk | 2 |
1 files changed, 1 insertions, 1 deletions
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]' \ |