From df41e6968e12f75b514b605968fe3fb9a3c5740e Mon Sep 17 00:00:00 2001 From: bigbear Date: Thu, 8 Feb 2024 00:02:48 +0100 Subject: ADD Package building for hardinfo2 --- modules/devices/arm/arm_data.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/devices/arm/arm_data.c') diff --git a/modules/devices/arm/arm_data.c b/modules/devices/arm/arm_data.c index 4ca77be9..aece272f 100644 --- a/modules/devices/arm/arm_data.c +++ b/modules/devices/arm/arm_data.c @@ -127,7 +127,7 @@ gchar *arm_ids_file = NULL; void find_arm_ids_file() { if (arm_ids_file) return; char *file_search_order[] = { - g_build_filename(g_get_user_config_dir(), "hardinfo", "arm.ids", NULL), + g_build_filename(g_get_user_config_dir(), "hardinfo2", "arm.ids", NULL), g_build_filename(params.path_data, "arm.ids", NULL), NULL }; -- cgit v1.2.3