Skip to content
Snippets Groups Projects
Commit bb48a6df authored by Bob Mottram's avatar Bob Mottram
Browse files

Use correct rootdir when installing nodejs

parent a4fae488
No related branches found
No related tags found
No related merge requests found
......@@ -150,7 +150,7 @@ if [[ "\$npm_version" != "${NPM_VERSION}" ]]; then
fi
EOF
chmod +x $rootdir/usr/bin/test_nodejs_install
chroot "$rootdir" /usr/bin/test_nodejs_install
$mesh_install_nodejs_prefix /usr/bin/test_nodejs_install
if [ ! "$?" = "0" ]; then
echo $"nodejs version numbers did not match. Architecture is $NPM_ARCH."
exit 76835282
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment