未验证 提交 47df168d 编写于 作者: O Olliver Schinagl 提交者: Christian Marangi

image-commands.mk: Be consistent in command invocation

Most/all other tools use the staging dir prefix, gzip should as well.
Signed-off-by: NOlliver Schinagl <oliver@schinagl.nl>
Acked-by: NChristian Marangi <ansuelsmth@gmail.com>
上级 3f201d1f
......@@ -307,7 +307,7 @@ define Build/fit
endef
define Build/gzip
gzip -f -9n -c $@ $(1) > $@.new
$(STAGING_DIR_HOST)/bin/gzip -f -9n -c $@ $(1) > $@.new
@mv $@.new $@
endef
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册