mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-16 04:35:13 +03:00
Tool implementing server-side ECMR exchange functionality (Tang server) https://github.com/anatol/tang.go
12 lines
325 B
Diff
12 lines
325 B
Diff
--- a/native_server.go
|
|
+++ b/native_server.go
|
|
@@ -30,8 +30,7 @@ func NewNativeServer(keysDir string, port int) (*NativeServer, error) {
|
|
|
|
// different OS use different tang server binary location
|
|
tangLocations := []string{
|
|
- "/usr/lib/",
|
|
- "/usr/lib/x86_64-linux-gnu/",
|
|
+ "/usr/libexec/",
|
|
}
|
|
|
|
var tangdPath string
|