From: Ian Jackson Date: Fri, 12 Oct 2018 19:46:22 +0000 (+0100) Subject: debian/rules: Do not try to move EFI binaries on armhf X-Git-Tag: archive/raspbian/4.11.1-1+rpi1~1^2~7 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=04e21a285b6b97cbb7d55f830b0d473b2f345af3;p=xen.git debian/rules: Do not try to move EFI binaries on armhf Signed-off-by: Ian Jackson --- diff --git a/debian/rules b/debian/rules index 45c6658157..1254bd794e 100755 --- a/debian/rules +++ b/debian/rules @@ -226,7 +226,10 @@ override_dh_auto_install: $(TEMPLATED_FILES) mv $t/usr/share/pkgconfig $t/usr/lib/$(DEB_HOST_MULTIARCH)/ : @# Inexplicably, upstream pots the efi binares in usr/lib64 - mv $t/usr/lib64/efi/* $t/boot/. + case $(flavour) in \ + armhf) ;; \ + *) mv $t/usr/lib64/efi/* $t/boot/. ;; \ + esac # libfsimage not only has an unstable ABI, but also a very poor name. # Our makefile patch puts it in a different directory and fixes up the