Files
freeipa/debian/patches/correct-python-path.diff
Timo Aaltonen 68ea3a668d refresh patches
2013-09-03 13:25:38 +03:00

12 lines
280 B
Diff

--- 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 \