yet another python path fix

This commit is contained in:
Timo Aaltonen 2011-11-01 19:40:30 -04:00
parent f7b06429d7
commit f54adb995d

View File

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