mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
refresh patches
This commit is contained in:
2
debian/patches/correct-python-path.diff
vendored
2
debian/patches/correct-python-path.diff
vendored
@@ -7,5 +7,5 @@
|
||||
-PYTHON ?= $(shell rpm -E %__python)
|
||||
+PYTHON ?= $(shell rpm -E %__python || echo /usr/bin/python)
|
||||
|
||||
all: bootstrap-autogen server
|
||||
all: bootstrap-autogen server tests
|
||||
@for subdir in $(SUBDIRS); do \
|
||||
|
||||
4
debian/patches/prefix.patch
vendored
4
debian/patches/prefix.patch
vendored
@@ -5,7 +5,7 @@ use the debian layout when installing python modules
|
||||
|
||||
--- a/Makefile
|
||||
+++ b/Makefile
|
||||
@@ -146,7 +146,7 @@ server-install: server
|
||||
@@ -153,7 +153,7 @@ server-install: server
|
||||
if [ "$(DESTDIR)" = "" ]; then \
|
||||
$(PYTHON) setup.py install; \
|
||||
else \
|
||||
@@ -13,7 +13,7 @@ use the debian layout when installing python modules
|
||||
+ $(PYTHON) setup.py install --root $(DESTDIR) --install-layout=deb; \
|
||||
fi
|
||||
|
||||
archive:
|
||||
tests: version-update tests-man-autogen
|
||||
--- a/ipapython/Makefile
|
||||
+++ b/ipapython/Makefile
|
||||
@@ -14,7 +14,7 @@ install:
|
||||
|
||||
Reference in New Issue
Block a user