mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-10 00:04:06 -09: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:
@@ -5,7 +5,7 @@
|
||||
#############################################################
|
||||
GNUPATCH_SOURCE:=patch_2.5.9.orig.tar.gz
|
||||
GNUPATCH_SITE:=http://ftp.debian.org/debian/pool/main/p/patch
|
||||
GNUPATCH_CAT:=zcat
|
||||
GNUPATCH_CAT:=$(ZCAT)
|
||||
GNUPATCH_DIR:=$(BUILD_DIR)/patch-2.5.9
|
||||
GNUPATCH_BINARY:=patch
|
||||
GNUPATCH_TARGET_BINARY:=usr/bin/patch
|
||||
|
||||
Reference in New Issue
Block a user