diff options
author | jnqnfe <jnqnfe@gmail.com> | 2015-01-29 02:52:44 +0000 |
---|---|---|
committer | Raphaƫl Hertzog <hertzog@debian.org> | 2020-03-05 11:07:28 +0000 |
commit | 0d4b4643707e16ef0dbf5e8b83f60427b5b5a34b (patch) | |
tree | 71e50282e6389b63940eef59c5294022237a8acc /scripts/build/binary | |
parent | 2791a0d1e467094a67985b0de4b8128a115f538d (diff) | |
download | vyos-live-build-0d4b4643707e16ef0dbf5e8b83f60427b5b5a34b.tar.gz vyos-live-build-0d4b4643707e16ef0dbf5e8b83f60427b5b5a34b.zip |
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
Diffstat (limited to 'scripts/build/binary')
-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 ${@} |