- 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 @@ DIFFUTILS_VER=2.8.7
DIFFUTILS_SOURCE:=diffutils-$(DIFFUTILS_VER).tar.gz
#DIFFUTILS_SITE:=ftp://alpha.gnu.org/gnu/diffutils/
DIFFUTILS_SITE:=http://mirrors.ircam.fr/pub/gnu/alpha/gnu/diffutils
DIFFUTILS_CAT:=zcat
DIFFUTILS_CAT:=$(ZCAT)
DIFFUTILS_DIR:=$(BUILD_DIR)/diffutils-$(DIFFUTILS_VER)
DIFFUTILS_BINARY:=src/diff
DIFFUTILS_TARGET_BINARY:=usr/bin/diff