From 5023a3129ac794ae659e46a870e00fc6cfcc48db Mon Sep 17 00:00:00 2001 From: Maryam Tahhan Date: Fri, 19 May 2017 14:55:09 +0100 Subject: installation: update scripts to actually install Update the scripts to actually install collectd. Change-Id: I467e4fddbdd7c7b067586ddf24af8c5ec32b72a2 Signed-off-by: Maryam Tahhan --- systems/build_base_machine.sh | 2 ++ 1 file changed, 2 insertions(+) (limited to 'systems') diff --git a/systems/build_base_machine.sh b/systems/build_base_machine.sh index 7b877f57..70a0d171 100755 --- a/systems/build_base_machine.sh +++ b/systems/build_base_machine.sh @@ -68,7 +68,9 @@ fi # download and compile DPDK and Collectd if [ -f ../src/Makefile ] ; then cd ../src + make clobber || die "Make clobber failed" make || die "Make failed" + make intsall || die "Make install failed" cd - else die "Make failed; No Makefile" -- cgit