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/rules | 1 + 1 file changed, 1 insertion(+) (limited to 'debian/rules') diff --git a/debian/rules b/debian/rules index 5344554d..7b6a01a4 100755 --- a/debian/rules +++ b/debian/rules @@ -5,3 +5,4 @@ override_dh_auto_build: dh_auto_build -- EFI_PATH=/usr/lib + cp -v shim.efi bootx64.efi -- cgit v1.2.3