diff options
author | Chris Lamb <chris@chris-lamb.co.uk> | 2008-08-10 23:03:11 +0100 |
---|---|---|
committer | Chris Lamb <chris@chris-lamb.co.uk> | 2008-08-10 23:03:11 +0100 |
commit | ebc302e121c76666b956f31544a5605712ff5c5e (patch) | |
tree | 3da76f66f468d5c1d234c6ed8632c0d69bbb08b7 /helpers | |
parent | 821e289e241d281d049c0e2cf42f45fe871cc176 (diff) | |
download | vyos-live-build-ebc302e121c76666b956f31544a5605712ff5c5e.tar.gz vyos-live-build-ebc302e121c76666b956f31544a5605712ff5c5e.zip |
Create pool/main to prevent build failure when no local .debs are queued for installation.
Signed-off-by: Chris Lamb <chris@chris-lamb.co.uk>
Diffstat (limited to 'helpers')
-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 |