From 6342c83201d5fd2acef0f3193f53b19f74b14c73 Mon Sep 17 00:00:00 2001 From: Bernhard Reutner-Fischer Date: Sun, 1 Oct 2006 15:17:52 +0000 Subject: - 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) --- package/grep/grep.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'package/grep') diff --git a/package/grep/grep.mk b/package/grep/grep.mk index f84445b66..9cc2b3de6 100644 --- a/package/grep/grep.mk +++ b/package/grep/grep.mk @@ -6,7 +6,7 @@ GNUGREP_SOURCE:=grep_2.5.1.ds1.orig.tar.gz GNUGREP_SITE:=http://ftp.debian.org/debian/pool/main/g/grep/ GNUGREP_DIR:=$(BUILD_DIR)/grep-2.5.1 -GNUGREP_CAT:=zcat +GNUGREP_CAT:=$(ZCAT) GNUGREP_BINARY:=src/grep GNUGREP_TARGET_BINARY:=bin/grep -- cgit v1.2.3