Browse Source

image-commands.mk: Be consistent in command invocation

Most/all other tools use the staging dir prefix, gzip should as well.

Signed-off-by: Olliver Schinagl <[email protected]>
Acked-by: Christian Marangi <[email protected]>
Olliver Schinagl 3 năm trước cách đây
mục cha
commit
47df168dd2
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      include/image-commands.mk

+ 1 - 1
include/image-commands.mk

@@ -307,7 +307,7 @@ define Build/fit
 endef
 endef
 
 
 define Build/gzip
 define Build/gzip
-	gzip -f -9n -c $@ $(1) > [email protected]
+	$(STAGING_DIR_HOST)/bin/gzip -f -9n -c $@ $(1) > [email protected]
 	@mv [email protected] $@
 	@mv [email protected] $@
 endef
 endef