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:
parent
e4e77a0c91
commit
ad5c5bc2c7
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue