diff options
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/build/binary_hdd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/build/binary_hdd b/scripts/build/binary_hdd index 45158c9d7..6758c5678 100755 --- a/scripts/build/binary_hdd +++ b/scripts/build/binary_hdd @@ -312,7 +312,7 @@ then mv chroot/dev.tmp chroot/dev fi -mv chroot/binary.img ${LIVE_IMAGE_NAME}-${LB_ARCHITECTURES} +mv chroot/binary.img ${LIVE_IMAGE_NAME}-${LB_ARCHITECTURES}.img # Saving cache Save_cache cache/packages.binary |