Skip to content

Commit 9fb9d71

Browse files
yann-morin-1998arnout
authored andcommitted
fs/tar: use appropriate TAR
Signed-off-by: Yann E. MORIN <[email protected]> Signed-off-by: Arnout Vandecappelle <[email protected]>
1 parent f84c8d1 commit 9fb9d71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fs/tar/tar.mk

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ TAR_OPTS += --pax-option=exthdr.name=%d/PaxHeaders/%f,atime:=0,ctime:=0
1313

1414
define ROOTFS_TAR_CMD
1515
(cd $(TARGET_DIR); find -print0 | LC_ALL=C sort -z | \
16-
tar $(TAR_OPTS) -cf $@ --null --xattrs-include='*' --no-recursion -T - --numeric-owner)
16+
$(TAR) $(TAR_OPTS) -cf $@ --null --xattrs-include='*' --no-recursion -T - --numeric-owner)
1717
endef
1818

1919
$(eval $(rootfs))

0 commit comments

Comments
 (0)