From 4dc5c74e0561d5dbc24deeeac9738d4fb26dc070 Mon Sep 17 00:00:00 2001
From: Chris Lamb <chris@chris-lamb.co.uk>
Date: Sun, 10 Aug 2008 23:03:11 +0100
Subject: Create pool/main to prevent build failure when no local .debs are
queued for installation.
---
helpers/lh_binary_debian-installer | 1 +
1 file changed, 1 insertion(+)
diff --git a/helpers/lh_binary_debian-installer b/helpers/lh_binary_debian-installer
index 27afa7c..3821ea5 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
--
cgit v1.0