summaryrefslogtreecommitdiff
path: root/instsetoo_native
diff options
context:
space:
mode:
authorSamuel Mehrbrodt <s.mehrbrodt@gmail.com>2017-01-12 14:43:35 +0000
committerSamuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>2017-01-13 09:50:41 +0000
commit53a3e0cd48075011e3c29070e8ff8585c02779c6 (patch)
treea3d2aeccd5a30a60809986877006e321b6a45459 /instsetoo_native
parenta409ec6932c6bfeb5f5a931adb5b480755fe245b (diff)
Remove unused ini properties
Change-Id: Iea95f5975968f73e2e4aea34246c83f384341592 Reviewed-on: https://gerrit.libreoffice.org/33000 Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
Diffstat (limited to 'instsetoo_native')
-rw-r--r--instsetoo_native/CustomTarget_setup.mk5
1 files changed, 1 insertions, 4 deletions
diff --git a/instsetoo_native/CustomTarget_setup.mk b/instsetoo_native/CustomTarget_setup.mk
index 2b9429c3c9f6..3226cd66580f 100644
--- a/instsetoo_native/CustomTarget_setup.mk
+++ b/instsetoo_native/CustomTarget_setup.mk
@@ -34,10 +34,7 @@ $(call gb_CustomTarget_get_workdir,instsetoo_native/setup)/$(call gb_Helper_get_
$(call gb_CustomTarget_get_workdir,instsetoo_native/setup)/$(call gb_Helper_get_rcfile,bootstrap) :
$(call gb_Output_announce,$(subst $(WORKDIR)/,,$@),$(true),ECH,1)
( \
- echo '[ErrorReport]' \
- && echo 'ErrorReportPort=80' \
- && echo 'ErrorReportServer=report.libreoffice.org' \
- && echo '[Bootstrap]' \
+ echo '[Bootstrap]' \
&& echo 'InstallMode=<installmode>' \
&& echo 'ProductKey=$(PRODUCTNAME) $(PRODUCTVERSION)' \
$(if $(ENABLE_RELEASE_BUILD),\