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/rsync/rsync.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'package/rsync') diff --git a/package/rsync/rsync.mk b/package/rsync/rsync.mk index 9a5047afe..a238d36d9 100644 --- a/package/rsync/rsync.mk +++ b/package/rsync/rsync.mk @@ -7,7 +7,7 @@ RSYNC_VER:=2.6.8 RSYNC_SOURCE:=rsync-$(RSYNC_VER).tar.gz RSYNC_SITE:=http://rsync.samba.org/ftp/rsync/ RSYNC_DIR:=$(BUILD_DIR)/rsync-$(RSYNC_VER) -RSYNC_CAT:=zcat +RSYNC_CAT:=$(ZCAT) RSYNC_BINARY:=rsync RSYNC_TARGET_BINARY:=usr/bin/rsync -- cgit v1.2.3