package-helpers-cmxsl/helpers/DATA/libreoffice/patch_changes/001-fix_nopython_profile.patch
2026-04-04 18:40:55 -06:00

14 lines
274 B
Diff

diff --git a/debian/rules b/debian/rules
index abb880f..90b89d5 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2340,7 +2340,9 @@ ifeq "$(ENABLE_RUST)" "y"
endif
ifneq "$(PYTHON_VERSION)" "default"
+ifneq "$(PYTHON)" ""
rm -f bin/$(PYTHON)
+endif
endif
dh_clean