summaryrefslogtreecommitdiff
path: root/helpers/lh_chroot_install-packages
diff options
context:
space:
mode:
Diffstat (limited to 'helpers/lh_chroot_install-packages')
-rwxr-xr-xhelpers/lh_chroot_install-packages4
1 files changed, 2 insertions, 2 deletions
diff --git a/helpers/lh_chroot_install-packages b/helpers/lh_chroot_install-packages
index dad074bd7..469d0a23a 100755
--- a/helpers/lh_chroot_install-packages
+++ b/helpers/lh_chroot_install-packages
@@ -45,7 +45,7 @@ Create_lockfile .lock
if [ -e chroot/root/chroot_packages ] && [ -s chroot/root/chroot_packages ]
then
# Restoring cache
- Restore_cache cache/packages_packages
+ Restore_cache cache/packages_chroot
# Installing packages
case "${LH_APT}" in
@@ -61,7 +61,7 @@ then
rm -f chroot/root/chroot_packages
# Saving cache
- Save_cache cache/packages_packages
+ Save_cache cache/packages_chroot
# Creating stage file
Create_stagefile .stage/chroot_install-packages