package/fbterm: fix download site
[buildroot-gz.git] / support / dependencies / check-host-tar.mk
blob9840a55e28bfeb9d53fd6022e16a3c070d105dc4
1 TAR ?= tar
3 ifeq (,$(call suitable-host-package,tar,$(TAR)))
4 DEPENDENCIES_HOST_PREREQ += host-tar
5 TAR = $(HOST_DIR)/usr/bin/tar
6 endif