Skip to content

Commit

Permalink
node-serialport: [debug] check for ~/npm-global/
Browse files Browse the repository at this point in the history
Signed-off-by: Eneas U de Queiroz <[email protected]>
  • Loading branch information
cotequeiroz committed Dec 18, 2018
1 parent e95ee8f commit f004287
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lang/node-serialport/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ define Build/Compile
npm install --build-from-source --target_arch=$(CPU) -g \
--prefix="$(PKG_INSTALL_DIR)/usr/" \
`npm pack $(PKG_BUILD_DIR) | tail -n 1`
if test -d ~/npm-global; then ls -alR ~/npm-global/; false; else true; fi
endef

define Package/node-serialport/install
Expand Down

0 comments on commit f004287

Please sign in to comment.