Merge branch 'stretch' of https://github.com/bashrc/freedombone
This commit is contained in:
commit
9b48dab929
|
@ -150,7 +150,7 @@ if [[ "\$npm_version" != "${NPM_VERSION}" ]]; then
|
||||||
fi
|
fi
|
||||||
EOF
|
EOF
|
||||||
chmod +x $rootdir/usr/bin/test_nodejs_install
|
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
|
if [ ! "$?" = "0" ]; then
|
||||||
echo $"nodejs version numbers did not match. Architecture is $NPM_ARCH."
|
echo $"nodejs version numbers did not match. Architecture is $NPM_ARCH."
|
||||||
exit 76835282
|
exit 76835282
|
||||||
|
|
Loading…
Reference in New Issue