diff options
Diffstat (limited to 'scripts/build/lb_binary_win32-loader')
-rwxr-xr-x | scripts/build/lb_binary_win32-loader | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/build/lb_binary_win32-loader b/scripts/build/lb_binary_win32-loader index 6ac4576f0..f0a5aebd8 100755 --- a/scripts/build/lb_binary_win32-loader +++ b/scripts/build/lb_binary_win32-loader @@ -51,7 +51,7 @@ case "${LB_ARCHITECTURES}" in Check_package chroot/usr/share/win32/win32-loader.exe win32-loader # Restoring cache - Restore_cache cache/packages_binary + Restore_cache cache/packages.binary # Installing depends Install_package @@ -88,7 +88,7 @@ EOF fi # Saving cache - Save_cache cache/packages_binary + Save_cache cache/packages.binary # Removing depends Remove_package |