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:
parent
2791a0d1e4
commit
0d4b464370
|
@ -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 ${@}
|
||||
|
|
Loading…
Reference in New Issue