From f004287a8873cad5bf3cf6fc1055c1bb9be1faf4 Mon Sep 17 00:00:00 2001 From: Eneas U de Queiroz Date: Tue, 18 Dec 2018 15:19:19 -0200 Subject: [PATCH] node-serialport: [debug] check for ~/npm-global/ Signed-off-by: Eneas U de Queiroz --- lang/node-serialport/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/lang/node-serialport/Makefile b/lang/node-serialport/Makefile index 928cb398cb2797..81d7f19f185dcc 100644 --- a/lang/node-serialport/Makefile +++ b/lang/node-serialport/Makefile @@ -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