forked from josch/mmdebstrap
drop DPkg::Install::Recursive::force=true (requires apt >= 2.3.7)
This commit is contained in:
parent
39a266bce2
commit
dceb881bd0
1 changed files with 6 additions and 2 deletions
|
@ -3019,8 +3019,12 @@ sub run_install() {
|
||||||
'DPkg::Options::=--unset=TMPDIR',
|
'DPkg::Options::=--unset=TMPDIR',
|
||||||
'-o',
|
'-o',
|
||||||
'DPkg::Options::=dpkg',
|
'DPkg::Options::=dpkg',
|
||||||
'-o',
|
$options->{mode} eq 'fakechroot'
|
||||||
'DPkg::Install::Recursive::force=true',
|
? (
|
||||||
|
'-o',
|
||||||
|
'DPkg::Install::Recursive::force=true'
|
||||||
|
)
|
||||||
|
: (),
|
||||||
'-o',
|
'-o',
|
||||||
"DPkg::Chroot-Directory=$options->{root}",
|
"DPkg::Chroot-Directory=$options->{root}",
|
||||||
'--yes',
|
'--yes',
|
||||||
|
|
Loading…
Reference in a new issue