From 33b9c48f8f40ae361c3bb02407d42aa135529367 Mon Sep 17 00:00:00 2001 From: Daniel Drake Date: Tue, 5 Jul 2016 14:26:20 -0600 Subject: Fix bootx64.efi installation For some reason, dh-exec is not working as documented, and the resultant package has the file at /boot/efi/EFI/BOOT/bootx64.efi/shim.efi. Avoid dh-exec to work around this. --- debian/shim-efi-image.install | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'debian/shim-efi-image.install') diff --git a/debian/shim-efi-image.install b/debian/shim-efi-image.install index bbc51957..8ecfb63e 100644 --- a/debian/shim-efi-image.install +++ b/debian/shim-efi-image.install @@ -1,2 +1 @@ -#!/usr/bin/dh-exec -shim.efi => /boot/efi/EFI/BOOT/bootx64.efi +bootx64.efi /boot/efi/EFI/BOOT/ -- cgit v1.2.3