From 0d4b4643707e16ef0dbf5e8b83f60427b5b5a34b Mon Sep 17 00:00:00 2001 From: jnqnfe Date: Thu, 29 Jan 2015 02:52:44 +0000 Subject: 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 --- scripts/build/binary | 1 + 1 file changed, 1 insertion(+) (limited to 'scripts/build') diff --git a/scripts/build/binary b/scripts/build/binary index bccdea62d..f87e27ff7 100755 --- a/scripts/build/binary +++ b/scripts/build/binary @@ -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 ${@} -- cgit v1.2.3