mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 15:38:40 +01:00
usbmuxd: Update to latest master
usbmuxd must be ran for many of the idevice tools. Added an init
script to make this easier.
Added myself as maintainer.
Fix PKG_CVE_ID.
Added config directory.
Placed in a submenu for easier readability.
Add extra tool
Signed-off-by: Rosen Penev <rosenp@gmail.com>
(cherry picked from commit fb7ed3d996)
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
--- a/src/conf.c
|
||||
+++ b/src/conf.c
|
||||
@@ -126,7 +126,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);
|
||||
Reference in New Issue
Block a user