mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2025-12-10 08:44:39 +01:00
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 <oliver@schinagl.nl>
Acked-by: Christian Marangi <ansuelsmth@gmail.com>
(cherry picked from commit 47df168dd2)
This commit is contained in:
parent
be7b97d873
commit
fcff234fd8
1 changed files with 1 additions and 1 deletions
|
|
@ -298,7 +298,7 @@ define Build/fit
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Build/gzip
|
define Build/gzip
|
||||||
gzip -f -9n -c $@ $(1) > $@.new
|
$(STAGING_DIR_HOST)/bin/gzip -f -9n -c $@ $(1) > $@.new
|
||||||
@mv $@.new $@
|
@mv $@.new $@
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue