mirror of
https://github.com/openwrt/packages.git
synced 2026-05-31 15:02:01 +08:00
python-installer: use --prefix for install-path
Fixes https://github.com/openwrt/packages/issues/29177 Tested locally. Fix provided by @xuanranran Signed-off-by: Lovin Yarn <juanshengyuan@gmail.com> Signed-off-by: Alexandru Ardelean <alex@shruggie.ro>
This commit is contained in:
committed by
Alexandru Ardelean
parent
bff9781478
commit
34717c6bce
@@ -57,8 +57,7 @@ define Py3Host/Install/Installer
|
||||
$(HOST_BUILD_DIR), \
|
||||
-m installer \
|
||||
--overwrite-existing \
|
||||
--destdir "$(1)" \
|
||||
--prefix "" \
|
||||
--prefix "$(1)" \
|
||||
"$(PYTHON3_HOST_BUILD_DIR)"/openwrt-build/$(PYTHON3_HOST_WHEEL_NAME)-$(PYTHON3_HOST_WHEEL_VERSION)-*.whl \
|
||||
, \
|
||||
$(PYTHON3_HOST_INSTALL_VARS) \
|
||||
|
||||
Reference in New Issue
Block a user