mirror of
https://github.com/openwrt/packages.git
synced 2025-12-10 12:41:22 +00:00
Fix initial device enumeration change log https://github.com/libimobiledevice/libimobiledevice/commits/master/ Signed-off-by: Georgi Valkov <gvalkov@gmail.com>
12 lines
349 B
Diff
12 lines
349 B
Diff
--- a/common/userpref.c
|
|
+++ b/common/userpref.c
|
|
@@ -174,7 +174,7 @@ const char *userpref_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, USERPREF_CONFIG_DIR, NULL);
|