Skip to content

Commit

Permalink
Python: Provide default root directory for installation
Browse files Browse the repository at this point in the history
if not given by make environment

Refs #392
  • Loading branch information
rcrdnalor committed Nov 8, 2021
1 parent 439d582 commit 4029c13
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions mythtv/bindings/python/Makefile
Expand Up @@ -2,6 +2,8 @@ include ../../config.mak

ifdef INSTALL_ROOT
ROOT_FLAGS = --root="$(INSTALL_ROOT)"
else
ROOT_FLAGS = --root="/"
endif

REAL_PREFIX = $(PREFIX)
Expand Down

0 comments on commit 4029c13

Please sign in to comment.