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/wipe/wipe.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'package/wipe') diff --git a/package/wipe/wipe.mk b/package/wipe/wipe.mk index 28178bc51..477af50ce 100644 --- a/package/wipe/wipe.mk +++ b/package/wipe/wipe.mk @@ -7,7 +7,7 @@ WIPE_SOURCE:=wipe-0.20.tar.gz #WIPE_PATCH:=wipe_0.2-19.diff.gz WIPE_SITE:=http://abaababa.ouvaton.org/wipe -WIPE_CAT:=zcat +WIPE_CAT:=$(ZCAT) WIPE_DIR:=$(BUILD_DIR)/wipe-0.20 WIPE_BINARY:=wipe WIPE_TARGET_BINARY:=bin/wipe -- cgit v1.2.3