commit 6243f35724791a7f5925991321290ce38b17b0e6
parent 09287433fc3c0d14d05c92a6151c4bb9c1359e62
Author: Nicolas Thill <nico@openwrt.org>
Date: Fri, 24 Oct 2014 16:24:21 +0200
python3: create ./usr/bin directory at package/install
Signed-off-by: Nicolas Thill <nico@openwrt.org>
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/lang/python3/Makefile b/lang/python3/Makefile
@@ -156,6 +156,7 @@ endef
define Py3Package/python3/install
# Adding the lib-dynload folder (even just empty) suppresses 2 warnings when starting Python
$(INSTALL_DIR) $(1)/usr/lib/python$(PYTHON_VERSION)/lib-dynload/
+ $(INSTALL_DIR) $(1)/usr/bin
$(LN) python$(PYTHON_VERSION) $(1)/usr/bin/python3
$(CP) $(PKG_INSTALL_DIR)/usr/lib/libpython$(PYTHON_VERSION).so* $(1)/usr/lib/
endef