Kaydet (Commit) a18017ed authored tarafından Stephan Bergmann's avatar Stephan Bergmann

Sort lines in soffice ini-file

...so that they match the order in the scp2-generated counterpart

Change-Id: Id0a77536081872a5feff7f98417462bd7fd057b3
üst 3d30cdb3
...@@ -117,6 +117,7 @@ $(call gb_CustomTarget_get_workdir,instsetoo_native/setup)/$(call gb_Helper_get_ ...@@ -117,6 +117,7 @@ $(call gb_CustomTarget_get_workdir,instsetoo_native/setup)/$(call gb_Helper_get_
$(call gb_Output_announce,$(subst $(WORKDIR)/,,$@),$(true),ECH,1) $(call gb_Output_announce,$(subst $(WORKDIR)/,,$@),$(true),ECH,1)
( \ ( \
echo '[Bootstrap]' \ echo '[Bootstrap]' \
&& echo 'CrashDirectory=$${$$BRAND_BASE_DIR/$(LIBO_ETC_FOLDER)/$(call gb_Helper_get_rcfile,bootstrap):UserInstallation}/crash' \
&& echo 'HideEula=1' \ && echo 'HideEula=1' \
&& echo 'Logo=1' \ && echo 'Logo=1' \
&& echo 'NativeProgress=false' \ && echo 'NativeProgress=false' \
...@@ -126,13 +127,12 @@ $(call gb_CustomTarget_get_workdir,instsetoo_native/setup)/$(call gb_Helper_get_ ...@@ -126,13 +127,12 @@ $(call gb_CustomTarget_get_workdir,instsetoo_native/setup)/$(call gb_Helper_get_
&& echo 'ProgressSize=444,8' \ && echo 'ProgressSize=444,8' \
&& echo 'ProgressTextBaseline=145' \ && echo 'ProgressTextBaseline=145' \
&& echo 'ProgressTextColor=255,255,255' \ && echo 'ProgressTextColor=255,255,255' \
&& echo 'URE_BOOTSTRAP=$${ORIGIN}/$(call gb_Helper_get_rcfile,fundamental)' \
&& echo 'SecureUserConfig=true' \ && echo 'SecureUserConfig=true' \
&& echo 'SecureUserConfigCompress=true' \ && echo 'SecureUserConfigCompress=true' \
&& echo 'SecureUserConfigNumCopies=2' \
&& echo 'SecureUserConfigMode=1' \
&& echo 'SecureUserConfigExtensions=true' \ && echo 'SecureUserConfigExtensions=true' \
&& echo 'CrashDirectory=$${$$BRAND_BASE_DIR/$(LIBO_ETC_FOLDER)/$(call gb_Helper_get_rcfile,bootstrap):UserInstallation}/crash' \ && echo 'SecureUserConfigMode=1' \
&& echo 'SecureUserConfigNumCopies=2' \
&& echo 'URE_BOOTSTRAP=$${ORIGIN}/$(call gb_Helper_get_rcfile,fundamental)' \
) > $@ ) > $@
$(call gb_CustomTarget_get_workdir,instsetoo_native/setup)/$(call gb_Helper_get_rcfile,uno) : $(call gb_CustomTarget_get_workdir,instsetoo_native/setup)/$(call gb_Helper_get_rcfile,uno) :
......
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