From 66475f31d427c4243247b7bbb1f660976f8ee575 Mon Sep 17 00:00:00 2001 From: unman Date: Wed, 12 Sep 2018 14:14:34 +0000 Subject: [PATCH] Set SCRIPTSDIR for template build --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index 0022660..ac2bb61 100644 --- a/Makefile +++ b/Makefile @@ -27,9 +27,11 @@ fix_up := $(shell TEMPLATE_NAME=$(TEMPLATE_NAME) \ TEMPLATE_LABEL="$(TEMPLATE_LABEL)" \ ./builder_fix_filenames) TEMPLATE_NAME := $(word 1,$(fix_up)) +SCRIPTSDIR ?= $(TEMPLATE_SCRIPTS) export TEMPLATE_NAME export TEMPLATE_SCRIPTS +export SCRIPTSDIR export DISTRIBUTION VERSION := $(shell cat version)