From 381d71e4180a2518b0d7ef2744a34c1d7b821f65 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20=27sil2100=27=20Zemczak?= Date: Sun, 29 Oct 2023 22:34:49 +0200 Subject: [PATCH] Fix typos in filenames and shell. --- 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 60c347f9..46743441 100755 --- a/live-build/auto/build +++ b/live-build/auto/build @@ -120,7 +120,7 @@ if [ "${IMAGEFORMAT:-}" = "ubuntu-image" ]; then xz -0 -T4 pc.img rm -rf output/ # Prepare the source catalogue - cat install-sources.yaml.in | sed "s/@SIZE@/$(shell stat -c%s pc.img.xz)/g" > install-sources.yaml + cat install-sources-in.yaml | sed "s/@SIZE@/$(stat -c%s pc.img.xz)/g" > install-sources.yaml # Now move all of the payload to the image-definitions directory, # so that they can be used by the image-definition effectively. mv install-sources.yaml pc.img.xz autoinstall.yaml 99-custom-networking.cfg ../image-definitions/