From dfa2dfc5a9d990ca4af84893e48abf5f4b848582 Mon Sep 17 00:00:00 2001
From: Samo Penic <samo.penic@fe.uni-lj.si>
Date: Tue, 24 May 2016 08:12:04 +0000
Subject: [PATCH] Added kill switch -k to tsmgr

---
 build.sh |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/build.sh b/build.sh
index 1a24bc2..2ac3b5a 100755
--- a/build.sh
+++ b/build.sh
@@ -5,6 +5,7 @@
 automake -ac
 autoconf
 ./configure
+make clean
 make
-make install
+sudo make install
 

--
Gitblit v1.9.3