package/cvs: use appropriate TAR
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
Signed-off-by: Arnout Vandecappelle <arnout@mind.be>
(cherry picked from commit c6ee0ea47c
)
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
parent
ac18c2e7f4
commit
14ce0332e1
@ -31,7 +31,7 @@ CVS_CONF_OPTS += --with-external-zlib
|
|||||||
endif
|
endif
|
||||||
|
|
||||||
define CVS_BZIP_UNPACK
|
define CVS_BZIP_UNPACK
|
||||||
$(BZCAT) $(@D)/cvs-$(CVS_VERSION).tar.bz2 | tar -C $(BUILD_DIR) $(TAR_OPTIONS) -
|
$(BZCAT) $(@D)/cvs-$(CVS_VERSION).tar.bz2 | $(TAR) -C $(BUILD_DIR) $(TAR_OPTIONS) -
|
||||||
rm -f $(@D)/cvs-$(CVS_VERSION).tar.bz2
|
rm -f $(@D)/cvs-$(CVS_VERSION).tar.bz2
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user