summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorViacheslav Hletenko <v.gletenko@vyos.io>2024-05-07 12:02:03 +0300
committerGitHub <noreply@github.com>2024-05-07 12:02:03 +0300
commitdc0bcca3cffc7ca19cd0cf65dbad7ad6bd2ad443 (patch)
tree60b70003b56e02ee5e740dbffddc3df43f8a51f6 /Makefile
parent32132a13b71a7e00c3c629bb70e7677b69678b12 (diff)
parent58fbf3a226f05d4a5673dff92875e2490fdb1d10 (diff)
downloadvyos-build-dc0bcca3cffc7ca19cd0cf65dbad7ad6bd2ad443.tar.gz
vyos-build-dc0bcca3cffc7ca19cd0cf65dbad7ad6bd2ad443.zip
Merge pull request #596 from dmbaturin/T3664-no-env-var
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: