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',
|
||||
'-o',
|
||||
'DPkg::Options::=dpkg',
|
||||
'-o',
|
||||
'DPkg::Install::Recursive::force=true',
|
||||
$options->{mode} eq 'fakechroot'
|
||||
? (
|
||||
'-o',
|
||||
'DPkg::Install::Recursive::force=true'
|
||||
)
|
||||
: (),
|
||||
'-o',
|
||||
"DPkg::Chroot-Directory=$options->{root}",
|
||||
'--yes',
|
||||
|
|
Loading…
Reference in a new issue