From: Alexandru Ardelean Date: Tue, 20 Jan 2015 08:45:07 +0000 (+0200) Subject: python: fix goof X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=677ed22b3e1dea545e942ac0d33803048ae80806;p=openwrt-packages.git python: fix goof This should have gone in python3. Signed-off-by: Alexandru Ardelean --- diff --git a/lang/python/Makefile b/lang/python/Makefile index 4ced2d9ce..0c1be6de8 100644 --- a/lang/python/Makefile +++ b/lang/python/Makefile @@ -115,7 +115,8 @@ define Build/InstallDev $(PKG_INSTALL_DIR)/usr/lib/libpython$(PYTHON_VERSION).so* \ $(1)/usr/lib/ $(CP) \ - $(STAGING_DIR_HOST)/lib/pkgconfig/python3.pc \ + $(STAGING_DIR_HOST)/lib/pkgconfig/python.pc \ + $(STAGING_DIR_HOST)/lib/pkgconfig/python2.pc \ $(STAGING_DIR_HOST)/lib/pkgconfig/python-$(PYTHON_VERSION).pc \ $(1)/usr/lib/pkgconfig $(CP) \