mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-05 14:09:53 +03:00
- add and use BR2_BZCAT config option.
This commit is contained in:
@@ -8,7 +8,7 @@ DMRAID_VERSION=1.0.0.rc11
|
||||
DMRAID_SOURCE:=dmraid-$(DMRAID_VERSION).tar.bz2
|
||||
DMRAID_SITE:=http://people.redhat.com/~heinzm/sw/dmraid/src
|
||||
DMRAID_DIR:=$(BUILD_DIR)/dmraid/$(DMRAID_VERSION)
|
||||
DMRAID_CAT:=bzcat
|
||||
DMRAID_CAT:=$(BZCAT)
|
||||
DMRAID_BINARY:=dmraid
|
||||
DMRAID_STAGING_BINARY:=$(DMRAID_DIR)/STAGING_DIR)/tools/$(DMRAID_BINARY)
|
||||
DMRAID_TARGET_BINARY:=$(TARGET_DIR)/sbin/$(DMRAID_BINARY)
|
||||
|
||||
Reference in New Issue
Block a user