Create pool/main to prevent build failure when no local .debs are queued for installation.

This commit is contained in:
Chris Lamb 2008-08-10 23:03:11 +01:00 committed by Daniel Baumann
parent a1c4763a02
commit 4dc5c74e05
1 changed files with 1 additions and 0 deletions

View File

@ -370,6 +370,7 @@ if [ "${DI_IMAGE_TYPE}" != "netboot" ]
then then
# Downloading additional packages # Downloading additional packages
mkdir -p chroot/binary.deb/archives/partial mkdir -p chroot/binary.deb/archives/partial
mkdir -p binary/pool/main
mv chroot/var/lib/dpkg/status chroot/var/lib/dpkg/status.tmp mv chroot/var/lib/dpkg/status chroot/var/lib/dpkg/status.tmp
touch chroot/var/lib/dpkg/status touch chroot/var/lib/dpkg/status