mirror of
https://github.com/termux/termux-packages.git
synced 2025-09-05 06:50:39 +00:00
12 lines
238 B
Diff
12 lines
238 B
Diff
--- a/config/config.go
|
|
+++ b/config/config.go
|
|
@@ -13,7 +13,7 @@
|
|
|
|
var (
|
|
DefaultPath string
|
|
- DefaultUnixAdminPath = "/run/soju/admin"
|
|
+ DefaultUnixAdminPath = "@TERMUX_PREFIX@/var/run/soju/admin"
|
|
)
|
|
|
|
type IPSet []*net.IPNet
|