Kaydet (Commit) 944ef72a authored tarafından Tor Lillqvist's avatar Tor Lillqvist Kaydeden (comit) Tor Lillqvist

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
üst a68bf798
......@@ -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]' \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment