mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
12 lines
365 B
Diff
12 lines
365 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)
|
|
|
|
# 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.
|