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/gzip/Config.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'package/gzip/Config.in') diff --git a/package/gzip/Config.in b/package/gzip/Config.in index e80789454..45e4f65d1 100644 --- a/package/gzip/Config.in +++ b/package/gzip/Config.in @@ -3,6 +3,6 @@ config BR2_PACKAGE_GZIP default n help Standard GNU compressor. Provides things like gzip, - gunzip, gzcat, etc... + gunzip, g$(ZCAT), etc... http://www.gnu.org/software/gzip/gzip.html -- cgit v1.2.3