summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDaniil Baturin <daniil@vyos.io>2024-05-06 16:19:26 +0000
committerMergify <37929162+mergify[bot]@users.noreply.github.com>2024-05-07 09:05:25 +0000
commit3c3b74c4844393b7f099064088e41059ac44365b (patch)
tree98c0e7878b9e22cf0644550dcaf1d654dc56ed29 /Makefile
parent5412320d85d06bb162541fb6cef328891d465b13 (diff)
downloadvyos-build-3c3b74c4844393b7f099064088e41059ac44365b.tar.gz
vyos-build-3c3b74c4844393b7f099064088e41059ac44365b.zip
build: T3664: modify the module-level template path
instead of setting an environment variable (cherry picked from commit 58fbf3a226f05d4a5673dff92875e2490fdb1d10)
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 62587ced..8be32d19 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: