Fix overlooked syntax error

This commit is contained in:
Steve Langasek 2024-02-18 09:14:19 -08:00
parent 5fc0c52a00
commit 45521e71cd
2 changed files with 7 additions and 0 deletions

6
debian/changelog vendored
View File

@ -1,3 +1,9 @@
livecd-rootfs (24.04.38) UNRELEASED; urgency=medium
* Fix overlooked syntax error
-- Steve Langasek <steve.langasek@ubuntu.com> Sun, 18 Feb 2024 09:14:10 -0800
livecd-rootfs (24.04.37) noble; urgency=medium
[ Sean Davis ]

View File

@ -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