From c3848942cf6671c25dfa3a968f6a603e8e7cb668 Mon Sep 17 00:00:00 2001 From: Bernhard Reutner-Fischer Date: Wed, 13 Dec 2006 09:04:58 +0000 Subject: - andersee, please use ZCAT / BZCAT as configured by the user. (see buildroot/Config.in config BR2_ZCAT and BR2_BZCAT that are available as ZCAT and BZCAT). Thanks.. --- package/avahi/avahi.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'package/avahi') diff --git a/package/avahi/avahi.mk b/package/avahi/avahi.mk index a72055aa8..c53f5f10c 100644 --- a/package/avahi/avahi.mk +++ b/package/avahi/avahi.mk @@ -14,7 +14,7 @@ AVAHI_VER:=0.6.14 AVAHI_DIR:=$(BUILD_DIR)/avahi-$(AVAHI_VER) AVAHI_SITE:=http://www.avahi.org/download/ AVAHI_SOURCE:=avahi-$(AVAHI_VER).tar.gz -AVAHI_CAT:=zcat +AVAHI_CAT:=$(ZCAT) $(DL_DIR)/$(AVAHI_SOURCE): $(WGET) -P $(DL_DIR) $(AVAHI_SITE)/$(AVAHI_SOURCE) -- cgit v1.2.3