From 0da71b8f8591f2f2eb9e931749fcfdaef58a3bf2 Mon Sep 17 00:00:00 2001 From: Matthias Schiffer Date: Tue, 4 Oct 2016 04:57:54 +0200 Subject: node: use default host install prefix Signed-off-by: Matthias Schiffer --- lang/node-arduino-firmata/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lang/node-arduino-firmata') 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 -- cgit v1.2.3