From 7ee2098e8b326d75f0979a0e35f4b63ad7d1799a Mon Sep 17 00:00:00 2001 From: Guido Trotter <ultrotter@google.com> Date: Thu, 11 Apr 2013 16:23:36 -0400 Subject: [PATCH] Fix burnin install path 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 <ultrotter@google.com> Reviewed-by: Helga Velroyen <helgav@google.com> --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 868d73768..772389392 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 -- GitLab