mirror of
https://git.proxmox.com/git/fwupd
synced 2025-08-08 19:31:23 +00:00
parent
b1edfecdd6
commit
dcd154881a
@ -70,8 +70,9 @@ override_dh_install:
|
|||||||
dh_install
|
dh_install
|
||||||
#install the EFI binaries if needed
|
#install the EFI binaries if needed
|
||||||
[ ! -d debian/tmp/usr/libexec/fwupd/efi/ ] || dh_install -pfwupd usr/libexec/fwupd/efi
|
[ ! -d debian/tmp/usr/libexec/fwupd/efi/ ] || dh_install -pfwupd usr/libexec/fwupd/efi
|
||||||
#install MSR conf if needed
|
#install MSR conf if needed (depending on distro)
|
||||||
[ ! -d debian/tmp/usr/lib/modules-load.d ] || dh_install -pfwupd usr/lib/modules-load.d
|
[ ! -d debian/tmp/usr/lib/modules-load.d ] || dh_install -pfwupd usr/lib/modules-load.d
|
||||||
|
[ ! -d debian/tmp/lib/modules-load.d ] || dh_install -pfwupd lib/modules-load.d
|
||||||
dh_missing -a --fail-missing
|
dh_missing -a --fail-missing
|
||||||
|
|
||||||
#this is placed in fwupd-tests
|
#this is placed in fwupd-tests
|
||||||
|
Loading…
Reference in New Issue
Block a user