Fix brackets

This commit is contained in:
TheAssassin
2018-09-03 23:33:26 +02:00
parent 3375de8fc4
commit 5fc87e1c1c

View File

@@ -420,7 +420,7 @@ namespace linuxdeploy {
rpathDestination = destination.parent_path().string();
}
auto relPath = bf::relative(bf::absolute(appDirPath) / "usr" / getLibraryDirName(path)), bf::absolute(rpathDestination));
auto relPath = bf::relative(bf::absolute(appDirPath) / "usr" / getLibraryDirName(path), bf::absolute(rpathDestination));
rpath = "$ORIGIN/" + relPath.string();
}