Skip to content

Commit

Permalink
tools: Fix "only arch all" Debian build
Browse files Browse the repository at this point in the history
Similarly to commit 584cdfb, remove the installed cockpit-beiboot
from the temporary install tree for arch-indep builds. That file was
added in commit fb673e0.
  • Loading branch information
martinpitt authored and jelly committed Sep 7, 2023
1 parent b1bab90 commit bfd9239
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/debian/rules
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ endif
execute_after_dh_install-indep:
# avoid dh_missing failure
ifeq ($(C_BRIDGE),)
rm -r debian/tmp/usr/lib/python*
rm -r debian/tmp/usr/lib/python* debian/tmp/usr/lib/cockpit/cockpit-beiboot
endif

# run pytests *after* installation, so that we can make sure that we installed the right files
Expand Down

0 comments on commit bfd9239

Please sign in to comment.