mirror of
https://github.com/openwrt/packages.git
synced 2026-01-04 17:01:18 +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:
@@ -60,7 +60,7 @@ endef
|
||||
|
||||
define Host/Compile
|
||||
$(call Build/Compile/HostPyMod,,\
|
||||
install --root="$(STAGING_DIR_HOST)" --prefix="" \
|
||||
install --root="$(STAGING_DIR_HOST)" --prefix="/usr" \
|
||||
--single-version-externally-managed \
|
||||
)
|
||||
endef
|
||||
|
||||
Reference in New Issue
Block a user