Due to a bug in 8e55e20f burnin's installation path got changed. Moving tools/burnin to the right makefile target reverts this (while preserving the value of the original commit).
Signed-off-by: Guido Trotter <[email protected]> --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 868d737..7723893 100644 --- a/Makefile.am +++ b/Makefile.am @@ -824,6 +824,7 @@ python_scripts = \ dist_tools_SCRIPTS = \ $(python_scripts) \ + tools/burnin \ tools/kvm-console-wrapper \ tools/master-ip-setup \ tools/xen-console-wrapper @@ -841,7 +842,6 @@ pkglib_python_scripts = \ tools/check-cert-expired nodist_pkglib_python_scripts = \ - tools/burnin \ tools/ensure-dirs \ tools/node-daemon-setup \ tools/prepare-node-join -- 1.7.10.4
