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

More temp directory clearing

parent 2826761f
No related branches found
No related tags found
No related merge requests found
......@@ -206,6 +206,8 @@ function upgrade_xmpp_client {
apt-get -y remove --purge profanity
fi
rm -rf /tmp/*
function_check set_repo_commit
set_repo_commit $INSTALL_DIR/libmesode "libmesode commit" "$LIBMESODE_COMMIT" $LIBMESODE_REPO
cd $INSTALL_DIR/libmesode
......@@ -215,6 +217,8 @@ function upgrade_xmpp_client {
make install
cp /usr/local/lib/libmesode* /usr/lib
rm -rf /tmp/*
function_check set_repo_commit
set_repo_commit $INSTALL_DIR/profanity "profanity commit" "$PROFANITY_COMMIT" $PROFANITY_REPO
cd $INSTALL_DIR/profanity
......
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