diff --git a/deb/debian/patches/bindings_install_paths.patch b/deb/debian/patches/bindings_install_paths.patch index b98b02a5..d8e52929 100644 --- a/deb/debian/patches/bindings_install_paths.patch +++ b/deb/debian/patches/bindings_install_paths.patch @@ -33,8 +33,8 @@ Index: mythtv-master/mythtv/bindings/python/Makefile $(PYTHON) -m pip wheel $(PIP_OPTIONS) --wheel-dir ./$(WHEEL_DIR) . install: -- $(PYTHON) -m pip install $(ROOT_FLAGS) $(PREFIX_FLAGS) $(PIP_OPTIONS) --find-links ./$(WHEEL_DIR) MythTV -+ $(PREFIX_FLAGS) $(PYTHON) -m pip install $(ROOT_FLAGS) $(PIP_OPTIONS) --root-user-action ignore --find-links ./$(WHEEL_DIR) MythTV +- $(PYTHON) -m pip install $(ROOT_FLAGS) $(PREFIX_FLAGS) $(PIP_OPTIONS) --ignore-installed --find-links ./$(WHEEL_DIR) MythTV ++ $(PREFIX_FLAGS) $(PYTHON) -m pip install $(ROOT_FLAGS) $(PIP_OPTIONS) --root-user-action ignore --ignore-installed --find-links ./$(WHEEL_DIR) MythTV uninstall: $(warning python pip uninstall is not supported for python bindings)