mirror of
https://github.com/termux/termux-packages.git
synced 2024-12-04 18:45:52 +00:00
12 lines
304 B
Diff
12 lines
304 B
Diff
--- a/include/usbmuxd-proto.h
|
|
+++ b/include/usbmuxd-proto.h
|
|
@@ -29,7 +29,7 @@
|
|
#if defined(WIN32) || defined(__CYGWIN__)
|
|
#define USBMUXD_SOCKET_PORT 27015
|
|
#else
|
|
-#define USBMUXD_SOCKET_FILE "/var/run/usbmuxd"
|
|
+#define USBMUXD_SOCKET_FILE "@TERMUX_PREFIX@/var/run/usbmuxd"
|
|
#endif
|
|
|
|
#ifdef __cplusplus
|