Skip to content

Commit

Permalink
Debian: Sync patch bindings_install_paths.patch to MythTV master
Browse files Browse the repository at this point in the history
Issue MythTV/#843 fixes a flaw in subsequnt builds of the Python-Bindings.
Commit MythTV/bc973e3 solved this but needs an update to the patches
provided by `packaging/debian`
It concerns the file `mythtv/bindings/python/Makefile`.
  • Loading branch information
rcrdnalor authored and superm1 committed Jan 10, 2024
1 parent 6bd90dc commit 3c12e53
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deb/debian/patches/bindings_install_paths.patch
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 3c12e53

Please sign in to comment.