Fix deployExecutable, mk. 2

This commit is contained in:
TheAssassin
2018-06-15 15:02:24 +02:00
parent 83656ff656
commit d0a36af12c

View File

@@ -303,7 +303,7 @@ namespace linuxdeploy {
setElfRPathOperations[destinationPath / path.filename()] = rpath;
if (!deployElfDependencies(destinationPath / path.filename()))
if (!deployElfDependencies(path))
return false;
return true;