summaryrefslogtreecommitdiff
path: root/desktop/CustomTarget_soffice.mk
diff options
context:
space:
mode:
Diffstat (limited to 'desktop/CustomTarget_soffice.mk')
-rw-r--r--desktop/CustomTarget_soffice.mk6
1 files changed, 0 insertions, 6 deletions
diff --git a/desktop/CustomTarget_soffice.mk b/desktop/CustomTarget_soffice.mk
index 83b84ab49e2f..74eb6c9d6e3c 100644
--- a/desktop/CustomTarget_soffice.mk
+++ b/desktop/CustomTarget_soffice.mk
@@ -40,10 +40,4 @@ else
cp $< $@
endif
-ifeq ($(strip $(ENABLE_HEADLESS)),TRUE)
- sed -i "s/@SOFFICEBIN@/soffice.bin/" $@
-else
- sed -i "s/@SOFFICEBIN@/oosplash/" $@
-endif
-
# vim:set shiftwidth=4 tabstop=4 noexpandtab: