mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-11-16 08:44:06 +00:00
desktop: handle unset SUBPROJECT
This commit is contained in:
parent
432785a2fe
commit
ec74e75597
@ -40,7 +40,7 @@ model=/usr/share/livecd-rootfs/live-build/${PROJECT}/ubuntu-classic-amd64-danger
|
|||||||
prepare_args=
|
prepare_args=
|
||||||
|
|
||||||
# for the dangerous subproject, we need the dangerous model!
|
# for the dangerous subproject, we need the dangerous model!
|
||||||
if [ $SUBPROJECT = "dangerous" ]; then
|
if [ "$SUBPROJECT" = "dangerous" ]; then
|
||||||
# As with the "classically" seeded snaps, snaps from the edge channel may
|
# As with the "classically" seeded snaps, snaps from the edge channel may
|
||||||
# require different content snaps to be installed, so they must be
|
# require different content snaps to be installed, so they must be
|
||||||
# included in the system as well. We just use the same list as was
|
# included in the system as well. We just use the same list as was
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user