summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorTimo Aaltonen <tjaalton@ubuntu.com>2013-09-03 00:01:12 +0300
committerPetr Viktorin <pviktori@redhat.com>2013-09-16 17:35:22 +0200
commitafce2f81622e14f0903ccfe1c01cd65e7f2eec04 (patch)
treeb122d76833567bc37c14dc05615429c1b23d3354 /Makefile
parent5c4a72de59840b84a128c8649c8d7b4333344993 (diff)
downloadfreeipa-afce2f81622e14f0903ccfe1c01cd65e7f2eec04.tar.gz
freeipa-afce2f81622e14f0903ccfe1c01cd65e7f2eec04.tar.xz
freeipa-afce2f81622e14f0903ccfe1c01cd65e7f2eec04.zip
Use /usr/bin/python as fallback python path
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index a21cf7e33..428f19b1a 100644
--- a/Makefile
+++ b/Makefile
@@ -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 \