mirror of https://github.com/aredn/aredn.git
Fix npkpy install (needs bash) (#1259)
This commit is contained in:
parent
484dc5ba3a
commit
ed621c19c3
|
@ -189,7 +189,7 @@ index 00000000000000..78fe83aaec2d77
|
|||
+
|
||||
+define Host/Compile
|
||||
+ python -m venv $(STAGING_DIR_HOST)/share/npkpy-venv
|
||||
+ sh -c 'source $(STAGING_DIR_HOST)/share/npkpy-venv/bin/activate; pip install --editable $(HOST_BUILD_DIR)'
|
||||
+ bash -c 'source $(STAGING_DIR_HOST)/share/npkpy-venv/bin/activate; pip install --editable $(HOST_BUILD_DIR)'
|
||||
+endef
|
||||
+
|
||||
+define Host/Install
|
||||
|
|
Loading…
Reference in New Issue