From d33a4a041ab5d9e11e127d8a0e18205f97f4cabd Mon Sep 17 00:00:00 2001 From: "Kali Kaneko (leap communications)" Date: Tue, 9 Jul 2019 18:20:10 +0200 Subject: [feat] allow overriding of PROVIDER_CONFIG --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 513c0eb..6f54daf 100644 --- a/Makefile +++ b/Makefile @@ -3,6 +3,7 @@ TAGS ?= gtk_3_18 PROVIDER ?= $(shell grep ^'provider =' branding/config/vendor.conf | cut -d '=' -f 2 | tr -d "[:space:]") +PROVIDER_CONFIG ?= branding/config/vendor.conf DEFAULT_PROVIDER = branding/assets/default/ all: icon locales get build @@ -21,7 +22,7 @@ endif cd branding/assets && ln -s ${PROVIDER} default prepare: generate relink_default - branding/scripts/check-ca-crt.py ${PROVIDER} branding/config/vendor.conf + branding/scripts/check-ca-crt.py ${PROVIDER} ${PROVIDER_CONFIG} build: $(foreach path,$(wildcard cmd/*),build_$(patsubst cmd/%,%,$(path))) -- cgit v1.2.3