From cc95bd1ca5e69ce13766ca0acea11560531ed620 Mon Sep 17 00:00:00 2001
From: Samo Penic <samo.penic@fe.uni-lj.si>
Date: Tue, 24 May 2016 08:01:55 +0000
Subject: [PATCH] From snapshots, raw tape configuration is extracted and written into tape file and not the rendered one

---
 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