From bd8363f89ab6ac2170ec9b2ebded74878e4fc259 Mon Sep 17 00:00:00 2001 From: Louis Abel Date: Wed, 23 Nov 2022 22:34:21 -0700 Subject: [PATCH] fix live image template --- iso/empanadas/empanadas/templates/buildLiveImage.tmpl.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/iso/empanadas/empanadas/templates/buildLiveImage.tmpl.sh b/iso/empanadas/empanadas/templates/buildLiveImage.tmpl.sh index a2bd4d0..95ad384 100644 --- a/iso/empanadas/empanadas/templates/buildLiveImage.tmpl.sh +++ b/iso/empanadas/empanadas/templates/buildLiveImage.tmpl.sh @@ -17,7 +17,7 @@ cd /builddir {% endif %} {{ git_clone }} -if [ -d "/builddir/ks/live/{{ major }}/peridot" ]; then +if [ -d "/builddir/ks/live/{{ major }}/{{ arch }}/peridot" ]; then pushd /builddir/ks/live/{{ major }}/{{ arch }}/peridot || { echo "Could not change directory"; exit 1; } else pushd /builddir/ks/live/{{ major }}/{{ arch }}/stage || { echo "Could not change directory"; exit 1; }