]> git.pld-linux.org Git - packages/deltarpm.git/blame - python-install.patch
- updated to 3.6.3
[packages/deltarpm.git] / python-install.patch
CommitLineData
9705b153
JR
1--- deltarpm-3.6/Makefile~ 2016-05-06 09:12:02.000000000 +0200
2+++ deltarpm-3.6/Makefile 2016-05-06 09:12:37.798574123 +0200
3@@ -79,7 +79,7 @@
4 install -m 644 drpmsync.8 $(DESTDIR)$(mandir)/man8
5 for PY in $(PYTHONS) ; do \
6 if [ -x /usr/bin/$$PY ]; then \
7- PYLIB=`$$PY -c 'from distutils import sysconfig ; print(sysconfig.get_python_lib(1))'` ; \
8+ PYLIB=`$$PY -c 'from distutils import sysconfig ; print(sysconfig.get_python_lib(1,prefix="$(prefix)"))'` ; \
9 PYVER=`$$PY -c 'from distutils import sysconfig ; print(sysconfig.get_python_version())'` ; \
10 if [ -e python$$PYVER/_deltarpmmodule.so ]; then \
11 mkdir -p $(DESTDIR)$(pylibprefix)$$PYLIB ; \
This page took 0.066954 seconds and 4 git commands to generate.