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.
This commit is contained in:
Chris Lamb 2008-07-04 22:29:43 +01:00 committed by Daniel Baumann
parent e4e77a0c91
commit ad5c5bc2c7
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