about summary refs log tree commit diff
path: root/pkgs/applications/misc/huggle/01-extensions.patch
blob: aa36bb0356f7be5f40543e675993cb6d61654966 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/src/huggle_core/definitions_prod.hpp b/src/huggle_core/definitions_prod.hpp
index 1fc5b1fb..17881ade 100644
--- a/src/huggle_core/definitions_prod.hpp
+++ b/src/huggle_core/definitions_prod.hpp
@@ -216,7 +216,7 @@ namespace std { typedef decltype(nullptr) nullptr_t; }
     #define HUGGLE_GLOBAL_EXTENSION_PATH            QCoreApplication::applicationDirPath() + "/extensions"
 #elif defined __linux__
     #define HUGGLE_UPDATER_PLATFORM_TYPE            "linux"
-    #define HUGGLE_GLOBAL_EXTENSION_PATH            "/usr/local/share/huggle/extensions"
+    #define HUGGLE_GLOBAL_EXTENSION_PATH            "@out@/share/huggle/extensions"
 #elif defined HUGGLE_WIN
     // This is needed by yaml cpp library, otherwise it won't build with MSVC
     #define YAML_CPP_DLL