From 7bed88b4e574117469c0659bf50468d5ad1d8072 Mon Sep 17 00:00:00 2001 From: peri4 Date: Sun, 18 Apr 2021 20:29:15 +0300 Subject: [PATCH] deploy_tool/main.cpp --- utils/deploy_tool/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); }