On 14.08.23 16:41, 'Quirin Gylstorff' via EFI Boot Guard wrote: > From: Quirin Gylstorff <[email protected]> > > This fixes Debian Bug#1044895: efibootguard: Fails to build source after > successful build. > > Signed-off-by: Quirin Gylstorff <[email protected]> > --- > Makefile.am | 6 ++++++ > 1 file changed, 6 insertions(+) > > diff --git a/Makefile.am b/Makefile.am > index 59af226..f767096 100644 > --- a/Makefile.am > +++ b/Makefile.am > @@ -352,6 +352,12 @@ all-local: bg_printenv bash-completion zsh-completion > > CLEANFILES += bg_printenv $(BASH_COMPLETION_FILES) $(ZSH_COMPLETION_FILES) > > +clean-local: clean-local-completion-pycache > +.PHONY: clean-local-completion-pycache > +clean-local-completion-pycache: > + rm -rf $(top_builddir)/completion/bg_printenv/__pycache__ > + rm -rf $(top_builddir)/completion/bg_setenv/__pycache__ > + > # Tests depend on libraries being built - start with "." > SUBDIRS = . tools/tests >
Thanks, applied. Jan -- Siemens AG, Technology Linux Expert Center -- You received this message because you are subscribed to the Google Groups "EFI Boot Guard" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/efibootguard-dev/5fad312f-2d9c-46a4-a2e5-3e0bbbb9b69f%40siemens.com.
