summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDaniil Baturin <daniil@vyos.io>2024-05-06 16:19:26 +0000
committerDaniil Baturin <daniil@vyos.io>2024-05-06 16:19:26 +0000
commit58fbf3a226f05d4a5673dff92875e2490fdb1d10 (patch)
treefed23125d62010cad1b41d5d4bb478343ec01875 /Makefile
parent663255a3a67a39d0fe164cf9b3bac697305e5550 (diff)
downloadvyos-build-58fbf3a226f05d4a5673dff92875e2490fdb1d10.tar.gz
vyos-build-58fbf3a226f05d4a5673dff92875e2490fdb1d10.zip
build: T3664: modify the module-level template path
instead of setting an environment variable
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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: