Fix build errors

This commit is contained in:
2025-03-17 18:05:41 -04:00
parent bb77c5f1fc
commit 5831c3a425
2 changed files with 2 additions and 1 deletions

2
debian/rules vendored
View File

@ -14,7 +14,7 @@ override_dh_python3:
override_dh_auto_clean:
find $(CURDIR) -name "__pycache__" -o -name ".pybuild" -exec rm -fr {} + || true
rm -r $(CURDIR)/client-cli/build
rm -r $(CURDIR)/client-cli/build || true
# If you need to rebuild the Sphinx documentation
# Add spinxdoc to the dh --with line