Merged a patch from Otavio:

* Create dpkg status file before calling APT
This commit is contained in:
Steve McIntyre 2007-08-08 12:55:36 +00:00
parent 0454b4c917
commit 642626a4be
2 changed files with 4 additions and 0 deletions

1
debian/changelog vendored
View File

@ -60,6 +60,7 @@ debian-cd (3.0.3) UNRELEASED; urgency=low
[ Otavio Salvador ]
* Fix extranonfree support to be backward compatible with previous
behaviour (default to false)
* Create dpkg status file before calling APT
-- Joey Hess <joeyh@debian.org> Tue, 07 Aug 2007 18:57:05 -0700

View File

@ -52,6 +52,9 @@ fi
if [ ! -d "$APTTMP/$CODENAME-$ARCH/apt" ]; then
mkdir -p "$APTTMP/$CODENAME-$ARCH/apt"
fi
if [ ! -e "$APTTMP/$CODENAME-$ARCH/status" ]; then
touch "$APTTMP/$CODENAME-$ARCH/status"
fi
if [ ! -e "$APTTMP/$CODENAME-$ARCH/apt/sources.list" ]; then
# Generating a correct sources.list file