- 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

@@ -6,7 +6,7 @@
ED_SOURCE:=ed_0.2.orig.tar.gz
ED_PATCH:=ed_0.2-19.diff.gz
ED_SITE:=http://ftp.debian.org/debian/pool/main/e/ed
ED_CAT:=zcat
ED_CAT:=$(ZCAT)
ED_DIR:=$(BUILD_DIR)/ed-0.2
ED_BINARY:=ed
ED_TARGET_BINARY:=bin/ed