diff options
Diffstat (limited to 'scripts/build/lb_binary_virtual-hdd')
-rwxr-xr-x | scripts/build/lb_binary_virtual-hdd | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/build/lb_binary_virtual-hdd b/scripts/build/lb_binary_virtual-hdd index 88755102e..c25139a48 100755 --- a/scripts/build/lb_binary_virtual-hdd +++ b/scripts/build/lb_binary_virtual-hdd @@ -53,7 +53,7 @@ then fi # Restoring cache -Restore_cache cache/packages_binary +Restore_cache cache/packages.binary # Installing depends Install_package @@ -102,7 +102,7 @@ ${LB_ROOT_COMMAND} umount binary.tmp rmdir binary.tmp # Saving cache -Save_cache cache/packages_binary +Save_cache cache/packages.binary # Removing depends Remove_package |