Probably best to not even try to mkdir /usr/lib
This commit is contained in:
parent
ef48f36445
commit
6324feb2f3
@ -49,9 +49,6 @@ QDir
|
||||
systemLibDir()
|
||||
{
|
||||
QDir path( CMAKE_INSTALL_FULL_LIBDIR );
|
||||
if ( !path.exists() || !path.isReadable() )
|
||||
path.mkpath( path.absolutePath() );
|
||||
|
||||
return path;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user