diff options
Diffstat (limited to 'scripts/build/lb_chroot_hooks')
-rwxr-xr-x | scripts/build/lb_chroot_hooks | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/build/lb_chroot_hooks b/scripts/build/lb_chroot_hooks index d74598abc..b07474d7a 100755 --- a/scripts/build/lb_chroot_hooks +++ b/scripts/build/lb_chroot_hooks @@ -76,7 +76,7 @@ fi if Find_files config/hooks/*.chroot then # Restoring cache - Restore_cache cache/packages_chroot + Restore_cache cache/packages.chroot for _HOOK in config/hooks/*.chroot do @@ -97,7 +97,7 @@ then done # Saving cache - Save_cache cache/packages_chroot + Save_cache cache/packages.chroot # Creating stage file Create_stagefile .build/chroot_hooks |