mirror of
https://salsa.debian.org/images-team/debian-cd.git
synced 2024-11-24 15:19:51 -01:00
Merged a patch from Otavio:
* Create dpkg status file before calling APT
This commit is contained in:
parent
0454b4c917
commit
642626a4be
1
debian/changelog
vendored
1
debian/changelog
vendored
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user