diff options
author | Chris Lamb <chris@chris-lamb.co.uk> | 2008-08-10 23:03:11 +0100 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2011-03-09 19:03:38 +0100 |
commit | 4dc5c74e0561d5dbc24deeeac9738d4fb26dc070 (patch) | |
tree | dcdf02e05ca93212debde3afa07eabe065c253ce /helpers/lh_binary_debian-installer | |
parent | a1c4763a024e7b091e5e1333f1e4427d534378eb (diff) | |
download | vyos-live-build-4dc5c74e0561d5dbc24deeeac9738d4fb26dc070.tar.gz vyos-live-build-4dc5c74e0561d5dbc24deeeac9738d4fb26dc070.zip |
Create pool/main to prevent build failure when no local .debs are queued for installation.
Diffstat (limited to 'helpers/lh_binary_debian-installer')
-rwxr-xr-x | helpers/lh_binary_debian-installer | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/helpers/lh_binary_debian-installer b/helpers/lh_binary_debian-installer index 27afa7c05..3821ea51d 100755 --- a/helpers/lh_binary_debian-installer +++ b/helpers/lh_binary_debian-installer @@ -370,6 +370,7 @@ if [ "${DI_IMAGE_TYPE}" != "netboot" ] then # Downloading additional packages mkdir -p chroot/binary.deb/archives/partial + mkdir -p binary/pool/main mv chroot/var/lib/dpkg/status chroot/var/lib/dpkg/status.tmp touch chroot/var/lib/dpkg/status |