X-Git-Url: https://code.delx.au/refind/blobdiff_plain/37c98e1a4e30f80d6a7f7158bc27c81a1c3cac37..0a82bafff0b372b220e4d67b67c677ac067d1c82:/mvrefind diff --git a/mvrefind b/mvrefind index 1bb5d45..0c0bf15 100755 --- a/mvrefind +++ b/mvrefind @@ -20,6 +20,7 @@ # # Revision history: # +# 0.10.2 -- Fixed bug in moving bootmgfw.efi in some situations # 0.10.1 -- Generalized to support ARM64 (aka AARCH64, aa64) # 0.10.0 -- Renamed from mvrefind.sh to mvrefind # 0.6.3 -- Initial release @@ -189,7 +190,7 @@ MoveFiles() { fi if [[ $EspTargetDir == "/efi/microsoft/boot" && -d $TargetDir ]] ; then - mv -n $EspTargetDir/bootmgfw.efi $InstallDir/EFI/Microsoft/ + mv -n $TargetDir/bootmgfw.efi $InstallDir/EFI/Microsoft/ fi mkdir -p $TargetDir