mirror of
https://git.proxmox.com/git/fwupd
synced 2025-07-27 10:47:02 +00:00
debian: Fix another dangerous missing set -e
This commit is contained in:
parent
f69931032e
commit
ae4ee910b9
@ -107,7 +107,7 @@ endif
|
||||
override_dh_builddeb:
|
||||
dh_builddeb
|
||||
ifeq (ubuntu,$(SB_STYLE))
|
||||
if [ -d debian/tmp/usr/libexec/fwupd/efi/ ]; then \
|
||||
set -e; if [ -d debian/tmp/usr/libexec/fwupd/efi/ ]; then \
|
||||
mkdir -p debian/fwupd-images/$(deb_version) ;\
|
||||
cp debian/tmp/usr/libexec/fwupd/efi/fwupd*.efi debian/fwupd-images/$(deb_version) ;\
|
||||
echo $(deb_version) > debian/fwupd-images/$(deb_version)/version ;\
|
||||
|
Loading…
Reference in New Issue
Block a user