diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2006-12-13 09:04:58 +0000 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2006-12-13 09:04:58 +0000 |
commit | c3848942cf6671c25dfa3a968f6a603e8e7cb668 (patch) | |
tree | b9d97c3abd1ebbe2e4db172f0248faf682dd0993 /package/avahi | |
parent | 196b850988c26a5b0b7769480defe59ab011f0a2 (diff) | |
download | buildroot-novena-c3848942cf6671c25dfa3a968f6a603e8e7cb668.tar.gz buildroot-novena-c3848942cf6671c25dfa3a968f6a603e8e7cb668.zip |
- 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..
Diffstat (limited to 'package/avahi')
-rw-r--r-- | package/avahi/avahi.mk | 2 |
1 files changed, 1 insertions, 1 deletions
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) |