mirror of
https://git.proxmox.com/git/fwupd
synced 2025-05-28 16:57:18 +00:00
trivial: debian: make sure EFI binaries are in correct binary package
This commit is contained in:
parent
607597d2d8
commit
0ad1185aa9
@ -50,8 +50,8 @@ override_dh_install:
|
||||
dh_install
|
||||
#install the EFI binaries if needed
|
||||
if [ -d debian/tmp/usr/lib/fwupd/efi/ ]; then \
|
||||
dh_install usr/lib/fwupd/efi ;\
|
||||
dh_install usr/lib/fwupd/fwupdate; \
|
||||
dh_install -pfwupd usr/lib/fwupd/efi ;\
|
||||
dh_install -pfwupd usr/lib/fwupd/fwupdate; \
|
||||
fi
|
||||
dh_missing --fail-missing
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user