aboutsummaryrefslogtreecommitdiff
path: root/utils/usbmuxd/patches/010-config.patch
blob: 32c0e056de2fb169c8498972c12829699761720a (plain)
1
2
3
4
5
6
7
8
9
10
11
--- a/src/conf.c
+++ b/src/conf.c
@@ -129,7 +129,7 @@ const char *config_get_config_dir()
 #ifdef __APPLE__
 	base_config_dir = strdup("/var/db");
 #else
-	base_config_dir = strdup("/var/lib");
+	base_config_dir = strdup("/etc");
 #endif
 #endif
 	__config_dir = string_concat(base_config_dir, DIR_SEP_S, CONFIG_DIR, NULL);