From 2156c05eb2b906beaa72800e169297abbc50e594 Mon Sep 17 00:00:00 2001 From: Louis Abel Date: Sun, 11 Sep 2022 19:01:01 -0700 Subject: [PATCH] dir is actually stage --- 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 6a44528..a2bd4d0 100644 --- a/iso/empanadas/empanadas/templates/buildLiveImage.tmpl.sh +++ b/iso/empanadas/empanadas/templates/buildLiveImage.tmpl.sh @@ -20,7 +20,7 @@ cd /builddir if [ -d "/builddir/ks/live/{{ major }}/peridot" ]; then pushd /builddir/ks/live/{{ major }}/{{ arch }}/peridot || { echo "Could not change directory"; exit 1; } else - pushd /builddir/ks/live/{{ major }}/{{ arch }}/staging || { echo "Could not change directory"; exit 1; } + pushd /builddir/ks/live/{{ major }}/{{ arch }}/stage || { echo "Could not change directory"; exit 1; } fi ksflatten -c {{ ks_file }} -o /builddir/ks.cfg if [ $? -ne 0 ]; then