Fix rpath, set to $ORIGIN/lib/ in non-FHS mode

This commit is contained in:
probonopd
2017-02-19 11:58:54 +01:00
parent 5df50f332b
commit a0a3e54851
+1 -1
View File
@@ -807,7 +807,7 @@ DeploymentInfo deployQtLibraries(const QString &appDirPath, const QStringList &a
} }
if(fhsLikeMode == false){ if(fhsLikeMode == false){
changeIdentification("$ORIGIN/" + bundleLibraryDirectory, applicationBundle.binaryPath); changeIdentification("$ORIGIN/lib/" + bundleLibraryDirectory, applicationBundle.binaryPath);
} else { } else {
changeIdentification("$ORIGIN/../lib/" + bundleLibraryDirectory, applicationBundle.binaryPath); changeIdentification("$ORIGIN/../lib/" + bundleLibraryDirectory, applicationBundle.binaryPath);
} }