From f066597dcbb2980d503725defe18e62770bfa9cb Mon Sep 17 00:00:00 2001 From: Samo Penic <samo.penic@fe.uni-lj.si> Date: Tue, 24 May 2016 20:19:46 +0000 Subject: [PATCH] Moved stop(kill) command to runner --- 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