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:
@@ -6,7 +6,7 @@
|
||||
ED_SOURCE:=ed_0.2.orig.tar.gz
|
||||
ED_PATCH:=ed_0.2-19.diff.gz
|
||||
ED_SITE:=http://ftp.debian.org/debian/pool/main/e/ed
|
||||
ED_CAT:=zcat
|
||||
ED_CAT:=$(ZCAT)
|
||||
ED_DIR:=$(BUILD_DIR)/ed-0.2
|
||||
ED_BINARY:=ed
|
||||
ED_TARGET_BINARY:=bin/ed
|
||||
|
||||
Reference in New Issue
Block a user