From 5de7c6deed43288b9b1ebd7bc955e99401fd2eae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marek=20Marczykowski-G=C3=B3recki?= Date: Sat, 29 Jul 2017 11:19:08 +0200 Subject: [PATCH] template: add SRC_DIR to environment vars whitelist It is needed to calculate path to individual components. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index b58c841..927e1d6 100644 --- a/Makefile +++ b/Makefile @@ -15,7 +15,7 @@ endif # expose those variables to template-building scripts TEMPLATE_ENV_WHITELIST += \ DIST DISTRIBUTION TEMPLATE_SCRIPTS TEMPLATE_NAME TEMPLATE_FLAVOR \ - TEMPLATE_FLAVOR_DIR VERBOSE DEBUG PATH BUILDER_DIR \ + TEMPLATE_FLAVOR_DIR VERBOSE DEBUG PATH BUILDER_DIR SRC_DIR \ TEMPLATE_ROOT_WITH_PARTITIONS USE_QUBES_REPO_VERSION \ USE_QUBES_REPO_TESTING BUILDER_TURBO_MODE REPO_PROXY