forked from josch/mmdebstrap
re-installing packages with dpkg also requires --force-depends because dpkg doesn't consider Pre-Depends
This commit is contained in:
parent
a9765a3ad2
commit
cc7dddb1b3
1 changed files with 1 additions and 1 deletions
|
@ -1052,7 +1052,7 @@ sub setup {
|
||||||
# without --skip-same-version, dpkg will install the given
|
# without --skip-same-version, dpkg will install the given
|
||||||
# packages even though they are already installed
|
# packages even though they are already installed
|
||||||
print STDERR "I: re-installing packages because of path-exclude...\n";
|
print STDERR "I: re-installing packages because of path-exclude...\n";
|
||||||
run_dpkg_progress [@essential_pkgs], @chrootcmd, 'dpkg', '--install';
|
run_dpkg_progress [@essential_pkgs], @chrootcmd, 'dpkg', '--install', '--force-depends';
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue