turn error when --include is used with essential variant into a warning

debextract
parent 503faaccf8
commit 9978cbddcb
Signed by untrusted user: josch
GPG Key ID: F2CBA5C78FBD83E1

@ -1836,7 +1836,7 @@ sub main() {
} }
if ($options->{variant} eq 'essential' and defined $options->{include}) { if ($options->{variant} eq 'essential' and defined $options->{include}) {
error "cannot install extra packages with variant essential because apt is missing"; warning "cannot install extra packages with variant essential because apt is missing";
} }
# fakeroot is an alias for fakechroot # fakeroot is an alias for fakechroot

Loading…
Cancel
Save