forked from josch/mmdebstrap
add comment explaining why dpkg-deb --extract still cannot be used
This commit is contained in:
parent
cb500ef6ba
commit
aef8fcfb75
1 changed files with 2 additions and 0 deletions
|
@ -2601,6 +2601,8 @@ sub run_extract() {
|
||||||
}
|
}
|
||||||
# not using dpkg-deb --extract as that would replace the
|
# not using dpkg-deb --extract as that would replace the
|
||||||
# merged-usr symlinks with plain directories
|
# merged-usr symlinks with plain directories
|
||||||
|
# even after switching from pre-merging to post-merging, dpkg-deb
|
||||||
|
# will ignore filter rules from dpkg.cfg.d
|
||||||
# https://bugs.debian.org/989602
|
# https://bugs.debian.org/989602
|
||||||
# not using dpkg --unpack because that would try running preinst
|
# not using dpkg --unpack because that would try running preinst
|
||||||
# maintainer scripts
|
# maintainer scripts
|
||||||
|
|
Loading…
Reference in a new issue