Fix caching of APT indices (Closes: #478744)

I've tested this the cross-product of LH_APT={apt,aptitude} and
LH_APT_SECURE={enabled,disabled} with no problems.

Signed-off-by: Chris Lamb <chris@chris-lamb.co.uk>
This commit is contained in:
Chris Lamb 2008-07-04 22:29:43 +01:00
parent 3feafc9a70
commit 3b540b4c4f
1 changed files with 1 additions and 1 deletions

View File

@ -228,7 +228,7 @@ case "${1}" in
cp -f chroot/var/lib/apt/lists/*_Sources cache/indices_bootstrap
fi
cp -f chroot/var/lib/apt/*_Release* cache/indices_bootstrap
cp -f chroot/var/lib/apt/lists/*_Release* cache/indices_bootstrap
fi
fi