projects
/
xen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
198ea00
)
debian/rules: Do not try to move EFI binaries on armhf
author
Ian Jackson
<ian.jackson@citrix.com>
Fri, 12 Oct 2018 19:46:22 +0000
(20:46 +0100)
committer
Hans van Kranenburg
<hans@knorrie.org>
Wed, 2 Jan 2019 19:59:36 +0000
(20:59 +0100)
Signed-off-by: Ian Jackson <ian.jackson@citrix.com>
debian/rules
patch
|
blob
|
history
diff --git
a/debian/rules
b/debian/rules
index 45c665815720e70a18ed06d41c2a7c3481569be3..1254bd794ee159da5a172f04f9e5e1d5199a497f 100755
(executable)
--- 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