refresh patches

This commit is contained in:
Timo Aaltonen
2013-09-03 13:15:32 +03:00
parent 52bf840c22
commit 68ea3a668d
2 changed files with 3 additions and 3 deletions

View File

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

View File

@@ -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: