diff options
author | Michael Stahl <mstahl@redhat.com> | 2013-09-08 13:11:27 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2013-09-09 22:09:07 +0200 |
commit | 2c1f814d36d7d61b28cca2740d916cfb841095c7 (patch) | |
tree | a487f88bf12f98e3d243e7864cde5bf0ea0384d7 /postprocess | |
parent | 89ac3c4acae1f0ffe3e96933d3449749ddf86847 (diff) |
change PRODUCTNAME for --enable-dbgutil build
The previous commit changed several nodes in main.xcd from
LibreOfficeDev to LibreOffice; revert that.
Change-Id: Ib1c114a0716a6a930c52c9c9a9144154fcb3934d
Diffstat (limited to 'postprocess')
-rw-r--r-- | postprocess/CustomTarget_registry.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/postprocess/CustomTarget_registry.mk b/postprocess/CustomTarget_registry.mk index e004ad15002f..ba5479617693 100644 --- a/postprocess/CustomTarget_registry.mk +++ b/postprocess/CustomTarget_registry.mk @@ -566,9 +566,9 @@ $(call gb_CustomTarget_get_workdir,postprocess/registry)/main.xcd : \ | $(call gb_ExternalExecutable_get_dependencies,xsltproc) $(call gb_Output_announce,$(subst $(WORKDIR)/,,$@),$(true),XCD,3) $(call gb_Helper_abbreviate_dirs, \ - $(call gb_ExternalExecutable_get_command,xsltproc) --nonet \ - -o $@.tmp $(SOLARENV)/bin/packregistry.xslt $< \ - && sed $(postprocess_main_SED) $@.tmp > $@ \ + $(call gb_ExternalExecutable_get_command,xsltproc) --nonet \ + $(SOLARENV)/bin/packregistry.xslt $< \ + | sed $(postprocess_main_SED) > $@ \ ) $(call gb_CustomTarget_get_workdir,postprocess/registry)/%.xcd : \ |