Files
openwrt-packages/libs/libimobiledevice/patches/020-config.patch
2025-07-31 21:50:51 +02:00

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);