diff --git a/src/myx/filesystem/paths.cpp b/src/myx/filesystem/paths.cpp index deec05c..3aded82 100644 --- a/src/myx/filesystem/paths.cpp +++ b/src/myx/filesystem/paths.cpp @@ -129,7 +129,7 @@ MYXLIB_INLINE Paths::HierarchyType Paths::getHierarchyType() "/var/lib/" + m_projectName, "/var/log/" + m_projectName ); - return ( HierarchyType::kUsr ); + return ( HierarchyType::kUsrLocal ); } if ( binaryDir.startsWith( QStringLiteral( "/usr" ) ) )