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 @@ NANO_VER:=1.3.12
|
||||
NANO_SOURCE:=nano-$(NANO_VER).tar.gz
|
||||
NANO_SITE:=http://www.nano-editor.org/dist/v1.3/
|
||||
NANO_DIR:=$(BUILD_DIR)/nano-$(NANO_VER)
|
||||
NANO_CAT:=zcat
|
||||
NANO_CAT:=$(ZCAT)
|
||||
NANO_BINARY:=src/nano
|
||||
NANO_TARGET_BINARY:=bin/nano
|
||||
|
||||
|
||||
Reference in New Issue
Block a user