Use /usr/bin/python as fallback python path

This commit is contained in:
Timo Aaltonen 2013-09-03 00:01:12 +03:00 committed by Petr Viktorin
parent 5c4a72de59
commit afce2f8162

View File

@ -50,7 +50,7 @@ ifneq ($(DEVELOPER_MODE),0)
LINT_OPTIONS=--no-fail
endif
PYTHON ?= $(shell rpm -E %__python)
PYTHON ?= $(shell rpm -E %__python || echo /usr/bin/python)
all: bootstrap-autogen server tests
@for subdir in $(SUBDIRS); do \