From c73bc63c9719cd53b85b53d756b270608f4ea87b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20=27sil2100=27=20Zemczak?= Date: Mon, 22 Jan 2024 15:43:39 +0100 Subject: [PATCH] The payload should be exported to a different directory. --- live-build/auto/build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/live-build/auto/build b/live-build/auto/build index fd5915d0..99fc7d90 100755 --- a/live-build/auto/build +++ b/live-build/auto/build @@ -173,7 +173,7 @@ if [ "$PROJECT" = "ubuntu-core-desktop" ]; then rm -rf output/ # We need to rename the image file so that it can be pulled # by the builder. - mv pc.img.xz "$PREFIX".img.xz + mv pc.img.xz ../"$PREFIX".img.xz # Important: return to the previous directory cd ../ fi