LogNormal() for removing rpaths, it's not something that needs to be warned about
This commit is contained in:
@@ -855,7 +855,7 @@ void changeIdentification(const QString &id, const QString &binaryPath)
|
|||||||
// remove any non-relative path that would point outside the package
|
// remove any non-relative path that would point outside the package
|
||||||
if (!path.startsWith("$ORIGIN"))
|
if (!path.startsWith("$ORIGIN"))
|
||||||
{
|
{
|
||||||
LogWarning() << "Removing absolute rpath of " << path << " in " << binaryPath;
|
LogNormal() << "Removing absolute rpath of " << path << " in " << binaryPath;
|
||||||
rpath.removeAll(path);
|
rpath.removeAll(path);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user