mirror of
https://github.com/termux-pacman/termux-packages.git
synced 2026-01-03 17:40:28 +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
|