Files
freeipa/debian/patches/correct-python-path.diff

12 lines
365 B
Diff
Raw Normal View History

--- a/Makefile
+++ b/Makefile
2013-05-22 16:41:27 +03:00
@@ -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)
2014-02-18 16:16:28 +02:00
# Uncomment to increase Java stack size for Web UI build in case it fails
# because of stack overflow exception. Default should be OK for most platforms.