mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-27 09:25:36 -04:00
Probably best to not even try to mkdir /usr/lib
This commit is contained in:
parent
ef48f36445
commit
6324feb2f3
1 changed files with 0 additions and 3 deletions
|
@ -49,9 +49,6 @@ QDir
|
||||||
systemLibDir()
|
systemLibDir()
|
||||||
{
|
{
|
||||||
QDir path( CMAKE_INSTALL_FULL_LIBDIR );
|
QDir path( CMAKE_INSTALL_FULL_LIBDIR );
|
||||||
if ( !path.exists() || !path.isReadable() )
|
|
||||||
path.mkpath( path.absolutePath() );
|
|
||||||
|
|
||||||
return path;
|
return path;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue