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-cylon/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lang/node-cylon/Makefile') diff --git a/lang/node-cylon/Makefile b/lang/node-cylon/Makefile index 272c8fbfb..13833a355 100644 --- a/lang/node-cylon/Makefile +++ b/lang/node-cylon/Makefile @@ -69,7 +69,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-cylon/install -- cgit v1.2.3