binary: fix missing use of chroot_dpkg in binary stage

update feb-2020: the bug report is marked as fixed in version 5.0-a7-1,
however there is no such patch merged for that tagged release, nor at all
in master, so this properly closes it.

Gbp-Dch: Short
Closes: #776532
This commit is contained in:
jnqnfe 2015-01-29 02:52:44 +00:00 committed by Raphaël Hertzog
parent 2791a0d1e4
commit 0d4b464370
1 changed files with 1 additions and 0 deletions

View File

@ -47,6 +47,7 @@ then
lb chroot_hosts install ${@}
lb chroot_resolv install ${@}
lb chroot_hostname install ${@}
lb chroot_dpkg install ${@}
lb chroot_sysv-rc install ${@}
lb chroot_apt install-binary ${@}
lb chroot_archives chroot install ${@}