mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
Use /usr/bin/python as fallback python path
This commit is contained in:
committed by
Petr Viktorin
parent
5c4a72de59
commit
afce2f8162
2
Makefile
2
Makefile
@@ -50,7 +50,7 @@ ifneq ($(DEVELOPER_MODE),0)
|
|||||||
LINT_OPTIONS=--no-fail
|
LINT_OPTIONS=--no-fail
|
||||||
endif
|
endif
|
||||||
|
|
||||||
PYTHON ?= $(shell rpm -E %__python)
|
PYTHON ?= $(shell rpm -E %__python || echo /usr/bin/python)
|
||||||
|
|
||||||
all: bootstrap-autogen server tests
|
all: bootstrap-autogen server tests
|
||||||
@for subdir in $(SUBDIRS); do \
|
@for subdir in $(SUBDIRS); do \
|
||||||
|
|||||||
Reference in New Issue
Block a user