mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2024-12-24 16:10:02 -06:00
yet another python path fix
This commit is contained in:
parent
f7b06429d7
commit
f54adb995d
14
debian/patches/fix-python-path.patch
vendored
14
debian/patches/fix-python-path.patch
vendored
@ -32,3 +32,17 @@ index a09ffd1..112b02a 100644
|
||||
fi
|
||||
@for subdir in $(SUBDIRS); do \
|
||||
(cd $$subdir && $(MAKE) $@) || exit 1; \
|
||||
diff --git a/ipapython/py_default_encoding/Makefile b/ipapython/py_default_encoding/Makefile
|
||||
index 7cd1f6c..744cba7 100644
|
||||
--- a/ipapython/py_default_encoding/Makefile
|
||||
+++ b/ipapython/py_default_encoding/Makefile
|
||||
@@ -9,7 +9,7 @@ install:
|
||||
if [ "$(DESTDIR)" = "" ]; then \
|
||||
python setup.py install; \
|
||||
else \
|
||||
- python setup.py install --root $(DESTDIR); \
|
||||
+ python setup.py install --root $(DESTDIR) --install-lib=$(PYTHONLIBDIR); \
|
||||
fi
|
||||
|
||||
clean:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user