mirror of
https://github.com/openwrt/packages.git
synced 2026-01-10 19:54:50 +00:00
python packages: update host install path
Host installs should now go into $(STAGING_DIR_HOST)/usr to match python-host.mk. Signed-off-by: Jeffery To <jeffery.to@gmail.com>
This commit is contained in:
@@ -53,7 +53,7 @@ define Build/InstallDev
|
||||
endef
|
||||
|
||||
define Host/Compile
|
||||
$(call Build/Compile/HostPyMod,,install --prefix="" --root="$(STAGING_DIR_HOST)")
|
||||
$(call Build/Compile/HostPyMod,,install --prefix="/usr" --root="$(STAGING_DIR_HOST)")
|
||||
endef
|
||||
|
||||
define Host/Install
|
||||
|
||||
Reference in New Issue
Block a user