From f6a072802a7e5bda7151fa28f08c24d512932961 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Tue, 10 Feb 2015 15:06:27 -0600 Subject: fix python subpackage --- package/libxml2/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'package/libxml2') diff --git a/package/libxml2/Makefile b/package/libxml2/Makefile index 9f5aa9530..c89c7cab8 100644 --- a/package/libxml2/Makefile +++ b/package/libxml2/Makefile @@ -75,9 +75,9 @@ libxml2-install: $(CP) $(WRKINST)/usr/lib/libxml2.so* $(IDIR_LIBXML2)/usr/lib libxml2-python-install: - $(INSTALL_DIR) $(IDIR_LIBXML2_PYTHON)/usr/lib/python$(PYTHON_VERSION)/site-packages - $(CP) $(WRKINST)/usr/lib/python$(PYTHON_VERSION)/site-packages/*.{so,py} \ - $(IDIR_LIBXML2_PYTHON)/usr/lib/python$(PYTHON_VERSION)/site-packages + $(INSTALL_DIR) $(IDIR_LIBXML2_PYTHON)/usr/lib/python/site-packages + $(CP) $(WRKINST)/usr/lib/python/site-packages/*.{so,py} \ + $(IDIR_LIBXML2_PYTHON)/usr/lib/python/site-packages include $(ADK_TOPDIR)/mk/host-bottom.mk include $(ADK_TOPDIR)/mk/pkg-bottom.mk -- cgit v1.2.3