Skip to content

Commit

Permalink
image-commands.mk: Be consistent in command invocation
Browse files Browse the repository at this point in the history
Most/all other tools use the staging dir prefix, gzip should as well.

Signed-off-by: Olliver Schinagl <oliver@schinagl.nl>
Acked-by: Christian Marangi <ansuelsmth@gmail.com>
(cherry picked from commit 47df168)
  • Loading branch information
oliv3r authored and hauke committed Dec 21, 2022
1 parent be7b97d commit fcff234
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/image-commands.mk
Expand Up @@ -298,7 +298,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

Expand Down

0 comments on commit fcff234

Please sign in to comment.