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

Install dir

parent c4ef5b70
No related branches found
No related tags found
No related merge requests found
......@@ -71,6 +71,9 @@ ZERONET_REPO=
ZERONET_COMMIT=
ZERONET_PORT=
# Directory where source code is downloaded and compiled
INSTALL_DIR=$HOME/build
function show_help {
echo ''
echo $"${PROJECT_NAME}-mesh-install -f [function] -r [rootdir]"
......@@ -592,6 +595,8 @@ function mesh_tox_client {
$CHROOT_PREFIX git checkout $TOXIC_COMMIT -b $TOXIC_COMMIT
if ! grep -q "Toxic commit" $rootdir$COMPLETION_FILE; then
echo "Toxic commit:$TOXIC_COMMIT" >> $rootdir$COMPLETION_FILE
else
sed -i "s|Toxic commit.*|Toxic commit:$TOXIC_COMMIT|g" $rootdir$COMPLETION_FILE
fi
$CHROOT_PREFIX make
......
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