Fix forceDeployLibrary, mk. 2

This commit is contained in:
TheAssassin
2018-07-01 02:28:44 +02:00
parent ec862d0af9
commit 2b7a5928a5

View File

@@ -356,7 +356,7 @@ namespace linuxdeploy {
return false;
};
if (forceDeploy && isInExcludelist(path.filename())) {
if (!forceDeploy && isInExcludelist(path.filename())) {
ldLog() << logPrefix << LD_NO_SPACE << "Skipping deployment of blacklisted library" << path << std::endl;
// mark file as visited