diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2015-02-10 15:06:27 -0600 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2015-02-10 15:06:27 -0600 |
commit | f6a072802a7e5bda7151fa28f08c24d512932961 (patch) | |
tree | 6b53710abd556bee614ab3070462f15c3233f7d9 /package/libxml2/Makefile | |
parent | e5773496ba49a38f3ac019388121f1477aeaca2c (diff) |
fix python subpackage
Diffstat (limited to 'package/libxml2/Makefile')
-rw-r--r-- | package/libxml2/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
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 |