diff options
Diffstat (limited to 'scripts/build')
-rwxr-xr-x | scripts/build/binary | 1 |
1 files changed, 1 insertions, 0 deletions
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 ${@} |