projects
/
feed
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5d4caa7
)
node-* : specify npm_config_cache directory
author
Hirokazu MORIKAWA
<
[email protected]
>
Fri, 1 Apr 2016 04:46:31 +0000
(13:46 +0900)
committer
Hirokazu MORIKAWA
<
[email protected]
>
Fri, 1 Apr 2016 04:46:31 +0000
(13:46 +0900)
lang/node-arduino-firmata/Makefile
patch
|
blob
|
history
diff --git
a/lang/node-arduino-firmata/Makefile
b/lang/node-arduino-firmata/Makefile
index b88b2c43ef28ab9a686130824a922d4d0ea008bc..a21b23348767a7fc48ed30ffc3d0871fbe817df6 100644
(file)
--- a/
lang/node-arduino-firmata/Makefile
+++ b/
lang/node-arduino-firmata/Makefile
@@
-52,6
+52,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