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 --- hardinfo2/vendor.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'hardinfo2/vendor.c') diff --git a/hardinfo2/vendor.c b/hardinfo2/vendor.c index 3f55d987..bd3f52fe 100644 --- a/hardinfo2/vendor.c +++ b/hardinfo2/vendor.c @@ -264,11 +264,11 @@ void vendor_init(void) char *file_search_order[] = { /* new format */ - g_build_filename(g_get_user_config_dir(), "hardinfo", "vendor.ids", NULL), + g_build_filename(g_get_user_config_dir(), "hardinfo2", "vendor.ids", NULL), g_build_filename(params.path_data, "vendor.ids", NULL), /* old format */ - g_build_filename(g_get_user_config_dir(), "hardinfo", "vendor.conf", NULL), - g_build_filename(g_get_home_dir(), ".hardinfo", "vendor.conf", NULL), /* old place */ + g_build_filename(g_get_user_config_dir(), "hardinfo2", "vendor.conf", NULL), + g_build_filename(g_get_home_dir(), ".hardinfo2", "vendor.conf", NULL), /* old place */ g_build_filename(params.path_data, "vendor.conf", NULL), NULL }; -- cgit v1.2.3