From 566585306ee55dab80c81f9054979096057cd02c Mon Sep 17 00:00:00 2001 From: Josh Stone Date: Fri, 27 Jul 2012 10:45:36 -0700 Subject: [PATCH] stapdyn: Use an explicit BINDIR path to stapdyn --- buildrun.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildrun.cxx b/buildrun.cxx index 909e891af..fbaf2c16f 100644 --- a/buildrun.cxx +++ b/buildrun.cxx @@ -613,7 +613,7 @@ make_dyninst_run_command (systemtap_session& s, const string& remotedir, const string& version) { vector cmd; - cmd.push_back(getenv("SYSTEMTAP_STAPDYN") ?: "stapdyn"); + cmd.push_back(getenv("SYSTEMTAP_STAPDYN") ?: BINDIR "/stapdyn"); if (!s.cmd.empty()) { -- 2.43.5