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/smartmontools/smartmontools.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'package/smartmontools') diff --git a/package/smartmontools/smartmontools.mk b/package/smartmontools/smartmontools.mk index a7c1ccb68..f167a0f34 100644 --- a/package/smartmontools/smartmontools.mk +++ b/package/smartmontools/smartmontools.mk @@ -7,7 +7,7 @@ SMARTMONTOOLS_VER:=5.33 SMARTMONTOOLS_SOURCE:=smartmontools-$(SMARTMONTOOLS_VER).tar.gz SMARTMONTOOLS_SITE:=http://$(BR2_SOURCEFORGE_MIRROR).dl.sourceforge.net/sourceforge/smartmontools SMARTMONTOOLS_DIR:=$(BUILD_DIR)/smartmontools-$(SMARTMONTOOLS_VER) -SMARTMONTOOLS_CAT:=zcat +SMARTMONTOOLS_CAT:=$(ZCAT) SMARTMONTOOLS_BINARY:=smartctl SMARTMONTOOLS_BINARY2:=smartd SMARTMONTOOLS_TARGET_BINARY:=usr/sbin/smartctl -- cgit v1.2.3