From: Jelmer Vernooij Date: Mon, 22 Dec 2008 22:55:01 +0000 (+0100) Subject: Fix installation of standalone tevent Python module. X-Git-Tag: samba-4.0.0alpha6~407^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e9deb757594bef54f126a6ac4463b86c1eb83099;p=thirdparty%2Fsamba.git Fix installation of standalone tevent Python module. --- diff --git a/lib/tevent/tevent.mk b/lib/tevent/tevent.mk index b3a6608b999..8b4c6ed27ec 100644 --- a/lib/tevent/tevent.mk +++ b/lib/tevent/tevent.mk @@ -48,6 +48,5 @@ tevent.$(SHLIBEXT): libtevent.$(SHLIBEXT) pytevent.o install-python:: build-python mkdir -p $(DESTDIR)`$(PYTHON) -c "import distutils.sysconfig; print distutils.sysconfig.get_python_lib(0, prefix='$(prefix)')"` \ $(DESTDIR)`$(PYTHON) -c "import distutils.sysconfig; print distutils.sysconfig.get_python_lib(1, prefix='$(prefix)')"` - cp $(teventdir)/events.py $(DESTDIR)`$(PYTHON) -c "import distutils.sysconfig; print distutils.sysconfig.get_python_lib(0, prefix='$(prefix)')"` - cp _libevents.$(SHLIBEXT) $(DESTDIR)`$(PYTHON) -c "import distutils.sysconfig; print distutils.sysconfig.get_python_lib(1, prefix='$(prefix)')"` + cp tevent.$(SHLIBEXT) $(DESTDIR)`$(PYTHON) -c "import distutils.sysconfig; print distutils.sysconfig.get_python_lib(1, prefix='$(prefix)')"`