forked from josch/mmdebstrap
fix error string (apt is part of the required variant)
This commit is contained in:
parent
1409405af7
commit
27f10e2300
1 changed files with 1 additions and 1 deletions
|
@ -1270,7 +1270,7 @@ sub main() {
|
||||||
}
|
}
|
||||||
|
|
||||||
if ($options->{variant} eq 'essential' and defined $options->{include}) {
|
if ($options->{variant} eq 'essential' and defined $options->{include}) {
|
||||||
die "cannot install extra packages in essential and required variants because apt is missing";
|
die "cannot install extra packages with variant essential because apt is missing";
|
||||||
}
|
}
|
||||||
|
|
||||||
my ($nativearch, @foreignarchs) = split /,/, $options->{architectures};
|
my ($nativearch, @foreignarchs) = split /,/, $options->{architectures};
|
||||||
|
|
Loading…
Reference in a new issue