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 @@ READLINE_VER:=5.1
|
||||
READLINE_SITE:=ftp://ftp.cwru.edu/pub/bash
|
||||
READLINE_SOURCE:=readline-$(READLINE_VER).tar.gz
|
||||
READLINE_DIR:=$(BUILD_DIR)/readline-$(READLINE_VER)
|
||||
READLINE_CAT:=zcat
|
||||
READLINE_CAT:=$(ZCAT)
|
||||
READLINE_BINARY:=libhistory.a
|
||||
READLINE_TARGET_BINARY:=lib/$(READLINE_BINARY)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user