- use $(ZCAT) as configured by the user instead of hardcoded 'zcat' that may not exist; Closes #971

Silly, unchecked sed -i -e "/[^b]zcat/s/zcat/\$\(ZCAT\)/g" $(svngrep "[^b]zcat" * -rl | grep -v Config.in)
This commit is contained in:
Bernhard Reutner-Fischer
2006-10-01 15:17:52 +00:00
parent 859b9137fd
commit 6342c83201
109 changed files with 115 additions and 115 deletions

View File

@@ -7,7 +7,7 @@ AT_VER:=3.1.10
AT_SOURCE:=at_$(AT_VER).tar.gz
AT_SITE:=http://ftp.debian.org/debian/pool/main/a/at
AT_DIR:=$(BUILD_DIR)/at-$(AT_VER)
AT_CAT:=zcat
AT_CAT:=$(ZCAT)
AT_TARGET_BINARY:=usr/bin/at
$(DL_DIR)/$(AT_SOURCE):