diff --git a/utils/deploy_tool/main.cpp b/utils/deploy_tool/main.cpp index 48825e35..bdcecf83 100644 --- a/utils/deploy_tool/main.cpp +++ b/utils/deploy_tool/main.cpp @@ -499,7 +499,7 @@ void patchRPath(const PIString & file, bool eval) { rp.prepend("\\$ORIGIN/"); } PIString cmd = "patchelf --set-rpath \"" + rp + "\" \"" + file + "\""; - piCout << "set rpath" << file << cmd; + piCout << "set rpath" << file << "to" << rp; execute(cmd); }