mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-06-16 04:32:09 +00:00
Fix overlooked syntax error
This commit is contained in:
parent
5fc0c52a00
commit
45521e71cd
6
debian/changelog
vendored
6
debian/changelog
vendored
@ -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
|
livecd-rootfs (24.04.37) noble; urgency=medium
|
||||||
|
|
||||||
[ Sean Davis ]
|
[ Sean Davis ]
|
||||||
|
@ -898,6 +898,7 @@ case $PROJECT in
|
|||||||
case ${SUBPROJECT:-} in
|
case ${SUBPROJECT:-} in
|
||||||
minimal)
|
minimal)
|
||||||
LIVE_LAYER_PARENT=minimal
|
LIVE_LAYER_PARENT=minimal
|
||||||
|
;;
|
||||||
*)
|
*)
|
||||||
# the standard layer, for standard installs (desktop iso)
|
# the standard layer, for standard installs (desktop iso)
|
||||||
LIVE_LAYER_PARENT=minimal.standard
|
LIVE_LAYER_PARENT=minimal.standard
|
||||||
|
Loading…
x
Reference in New Issue
Block a user