mirror of
https://git.proxmox.com/git/fwupd
synced 2025-08-15 02:54:47 +00:00
trivial: fix a docs directory check inversion
Fixes: a19b6f23e
("trivial: ci: debian: Use helper script to install dependencies instead. (#4906)")
This commit is contained in:
parent
a19b6f23e5
commit
a0eb3bc73d
@ -65,7 +65,7 @@ override_dh_install:
|
||||
[ ! -d debian/tmp/lib/modules-load.d ] || dh_install -pfwupd lib/modules-load.d
|
||||
|
||||
#install docs (maybe)
|
||||
[ -d debian/usr/share/doc ] || dh_install -pfwupd-doc usr/share/doc
|
||||
[ ! -d debian/tmp/usr/share/doc ] || dh_install -pfwupd-doc usr/share/doc
|
||||
|
||||
dh_missing -a --fail-missing
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user