From 58fbf3a226f05d4a5673dff92875e2490fdb1d10 Mon Sep 17 00:00:00 2001 From: Daniil Baturin Date: Mon, 6 May 2024 16:19:26 +0000 Subject: build: T3664: modify the module-level template path instead of setting an environment variable --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 67c2cdc4..55e32a00 100644 --- a/Makefile +++ b/Makefile @@ -8,7 +8,7 @@ all: @echo "The most common target is 'iso'" %: - VYOS_TEMPLATE_DIR=`pwd`/packages/vyos-1x/data/templates/ ./build-vyos-image $* + ./build-vyos-image $* .PHONY: checkiso .ONESHELL: -- cgit v1.2.3