From 5f3831c9350c76b36e210382bcd2ae9152d8bc00 Mon Sep 17 00:00:00 2001 From: Andrey Astafyev Date: Wed, 24 Jun 2020 09:44:19 +0300 Subject: [PATCH] =?UTF-8?q?=D0=98=D1=81=D0=BF=D1=80=D0=B0=D0=B2=D0=BB?= =?UTF-8?q?=D0=B5=D0=BD=D0=BE=20=D0=B2=D0=BE=D0=B7=D0=B2=D1=80=D0=B0=D1=89?= =?UTF-8?q?=D0=B0=D0=B5=D0=BC=D0=BE=D0=B5=20=D0=B7=D0=BD=D0=B0=D1=87=D0=B5?= =?UTF-8?q?=D0=BD=D0=B8=D0=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/myx/filesystem/paths.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" ) ) )