From 45521e71cd5d17717a33bcef18720bd20a456121 Mon Sep 17 00:00:00 2001 From: Steve Langasek Date: Sun, 18 Feb 2024 09:14:19 -0800 Subject: [PATCH] Fix overlooked syntax error --- debian/changelog | 6 ++++++ live-build/auto/config | 1 + 2 files changed, 7 insertions(+) diff --git a/debian/changelog b/debian/changelog index 9820937d..d2ac7819 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +livecd-rootfs (24.04.38) UNRELEASED; urgency=medium + + * Fix overlooked syntax error + + -- Steve Langasek Sun, 18 Feb 2024 09:14:10 -0800 + livecd-rootfs (24.04.37) noble; urgency=medium [ Sean Davis ] diff --git a/live-build/auto/config b/live-build/auto/config index e678b2d3..7bb4bd9e 100755 --- a/live-build/auto/config +++ b/live-build/auto/config @@ -898,6 +898,7 @@ case $PROJECT in case ${SUBPROJECT:-} in minimal) LIVE_LAYER_PARENT=minimal + ;; *) # the standard layer, for standard installs (desktop iso) LIVE_LAYER_PARENT=minimal.standard