diff options
Diffstat (limited to 'scripts/build/lb_chroot_local-patches')
-rwxr-xr-x | scripts/build/lb_chroot_local-patches | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/build/lb_chroot_local-patches b/scripts/build/lb_chroot_local-patches index ce4654ded..f1a52396c 100755 --- a/scripts/build/lb_chroot_local-patches +++ b/scripts/build/lb_chroot_local-patches @@ -41,7 +41,7 @@ Create_lockfile .lock if Find_files config/chroot_local-patches/ then # Restoring cache - Restore_cache cache/packages_chroot + Restore_cache cache/packages.chroot # Checking depends Check_package chroot/usr/bin/patch patch @@ -59,7 +59,7 @@ then Remove_package # Saving cache - Save_cache cache/packages_chroot + Save_cache cache/packages.chroot # Creating stage file Create_stagefile .build/chroot_local-patches |