diff options
Diffstat (limited to 'lang/node-arduino-firmata')
-rw-r--r-- | lang/node-arduino-firmata/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/node-arduino-firmata/Makefile b/lang/node-arduino-firmata/Makefile index 209c68403..f4de0c0c4 100644 --- a/lang/node-arduino-firmata/Makefile +++ b/lang/node-arduino-firmata/Makefile @@ -54,7 +54,7 @@ define Build/Compile npm_config_nodedir=$(BUILD_DIR)/node-v$(PKG_NODE_VERSION)/ \ npm_config_cache=$(BUILD_DIR)/node-v$(PKG_NODE_VERSION)/npm-cache \ PREFIX="$(PKG_INSTALL_DIR)/usr/" \ - $(STAGING_DIR)/host/bin/npm install -g $(PKG_BUILD_DIR) + npm install -g $(PKG_BUILD_DIR) endef define Package/node-arduino-firmata/install |