changeset 30258:b3beb8273630

build: Use "-o" instead of redirecting stdout with rsvg-convert (bug #61404). * etc/module.mk: Use "-o" instead of redirecting stdout with rsvg-convert.
author Markus Mützel <markus.muetzel@gmx.de>
date Sat, 30 Oct 2021 13:03:02 +0200
parents e1b0ed07895b
children 03ff3f1020cf
files etc/module.mk
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/etc/module.mk	Thu Oct 28 20:03:37 2021 +0200
+++ b/etc/module.mk	Sat Oct 30 13:03:02 2021 +0200
@@ -99,7 +99,7 @@
 
 $(BUILT_PNG_ICONS): %reldir%/icons/octave-logo.svg | %reldir%/icons/$(octave_dirstamp)
 	$(AM_V_GEN)rm -f $@-t $@ && \
-	$(RSVG_CONVERT) -w $(lastword $(subst -, ,$(patsubst %.png,%,$@))) $< > $@-t && \
+	$(RSVG_CONVERT) -w $(lastword $(subst -, ,$(patsubst %.png,%,$@))) -o $@-t $< && \
 	mv $@-t $@
 
 %reldir%/icons/octave-logo.ico: $(WINDOWS_PNG_ICONS) | %reldir%/icons/$(octave_dirstamp)