mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-04 06:10:16 +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 @@ AT_VER:=3.1.10
|
||||
AT_SOURCE:=at_$(AT_VER).tar.gz
|
||||
AT_SITE:=http://ftp.debian.org/debian/pool/main/a/at
|
||||
AT_DIR:=$(BUILD_DIR)/at-$(AT_VER)
|
||||
AT_CAT:=zcat
|
||||
AT_CAT:=$(ZCAT)
|
||||
AT_TARGET_BINARY:=usr/bin/at
|
||||
|
||||
$(DL_DIR)/$(AT_SOURCE):
|
||||
|
||||
Reference in New Issue
Block a user