summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJohn Estabrook <jestabro@vyos.io>2024-04-22 13:13:43 -0500
committerGitHub <noreply@github.com>2024-04-22 13:13:43 -0500
commitc61c8032333f31e589178805c1a335c2dd4d1507 (patch)
treeeb703a3591594b3b66a1781061eaca56d90089d4 /Makefile
parentd9499a16a463aa3fb0d6df791232e13c68f3908a (diff)
parentec42af75e0ab468e062add3852c80254d153c021 (diff)
downloadvyos-build-c61c8032333f31e589178805c1a335c2dd4d1507.tar.gz
vyos-build-c61c8032333f31e589178805c1a335c2dd4d1507.zip
Merge pull request #574 from dmbaturin/T3664-submodule-move
build: T3664: move the vyos-1x submodule to packages
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 9d8b2d0d..67c2cdc4 100644
--- a/Makefile
+++ b/Makefile
@@ -8,7 +8,7 @@ all:
@echo "The most common target is 'iso'"
%:
- VYOS_TEMPLATE_DIR=`pwd`/vyos-1x/data/templates/ ./build-vyos-image $*
+ VYOS_TEMPLATE_DIR=`pwd`/packages/vyos-1x/data/templates/ ./build-vyos-image $*
.PHONY: checkiso
.ONESHELL: