mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-05 14:09:53 +03:00
- 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)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user