diff options
author | Daniel Baumann <daniel@debian.org> | 2012-06-04 10:52:28 +0200 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2012-06-04 11:55:22 +0200 |
commit | 434307c22d192e1f937915b417615f62b3b6bead (patch) | |
tree | 70db63e31fe0d2284d11a220ea2b4ce2d461fc35 /scripts/build/lb_binary_grub | |
parent | ead507b47ce7f51ff89fc2701c54e681447f096e (diff) | |
download | vyos-live-build-434307c22d192e1f937915b417615f62b3b6bead.tar.gz vyos-live-build-434307c22d192e1f937915b417615f62b3b6bead.zip |
Updating cache directory names to consistent naming scheme.
Diffstat (limited to 'scripts/build/lb_binary_grub')
-rwxr-xr-x | scripts/build/lb_binary_grub | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/build/lb_binary_grub b/scripts/build/lb_binary_grub index 5da02b70b..4d94716bf 100755 --- a/scripts/build/lb_binary_grub +++ b/scripts/build/lb_binary_grub @@ -54,7 +54,7 @@ Check_crossarchitectures Check_package chroot/usr/sbin/grub grub-legacy # Restoring cache -Restore_cache cache/packages_binary +Restore_cache cache/packages.binary # Installing depends Install_package @@ -300,7 +300,7 @@ sed -i -e "s|LB_BOOTAPPEND_INSTALL|${LB_BOOTAPPEND_INSTALL}|" -e "s|LB_BOOTAPPEN sed -i -e 's|\ $||g' binary/boot/grub/menu.lst # Saving cache -Save_cache cache/packages_binary +Save_cache cache/packages.binary # Removing depends Remove_package |