Yes, I noticed that bug when I was implementing the other change you requested. I think it's fixed now, but I'd appreciate your double-checking it. I've also added mm$Platform.efi.signed as a preferred MokManager source filename, which it should translate to mm$Platform.efi when the file is copied.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Near line 334 of refind-install, the code seems to have a bug:
It tries to get mmx64.efi, but if it finds it, it changes it to MokManager.efi... IMO it should be:
I'm on Linux Mint 18.1, with refind version 0.10.7-0ppa1, installed from the PPA at http://ppa.launchpad.net/rodsmith/refind/ubuntu.
Yes, I noticed that bug when I was implementing the other change you requested. I think it's fixed now, but I'd appreciate your double-checking it. I've also added
mm$Platform.efi.signed
as a preferred MokManager source filename, which it should translate tomm$Platform.efi
when the file is copied.