Update the scripts to actually install collectd.
Change-Id: I467e4fddbdd7c7b067586ddf24af8c5ec32b72a2
Signed-off-by: Maryam Tahhan <maryam.tahhan@intel.com>
 
 .. code:: bash
 
-    $ cd barometer && ./systems/build_base_machine.sh
+    $ cd barometer/systems && ./build_base_machine.sh
 
 This will install collectd as a service and the base install directory
 will be /opt/collectd.
 
 # 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"