lede-packages-rs

git clone git://archive.git.mtrnord.blog/MTRNord/lede-packages-rs.git
Log | Files | Refs | README | LICENSE

commit bca789b6bb432b55b076af4d7045a0d1a508f11c
parent ac000220c3d888a9fce189da174bf9afb6717e6b
Author: Hirokazu MORIKAWA <register@nxhack.com>
Date:   Fri,  1 Apr 2016 13:49:16 +0900

node-* : specify  npm_config_cache directory
Diffstat:
Mlang/node-serialport/Makefile | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/lang/node-serialport/Makefile b/lang/node-serialport/Makefile @@ -49,6 +49,7 @@ define Build/Compile $(MAKE_FLAGS) \ npm_config_arch=$(CONFIG_ARCH) \ 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) endef