aboutsummaryrefslogtreecommitdiffhomepage
path: root/internal/system
diff options
context:
space:
mode:
Diffstat (limited to 'internal/system')
-rw-r--r--internal/system/dbus/proc.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/system/dbus/proc.go b/internal/system/dbus/proc.go
index 0bd9c6b3..c934e89e 100644
--- a/internal/system/dbus/proc.go
+++ b/internal/system/dbus/proc.go
@@ -54,7 +54,7 @@ func (p *Proxy) Start() error {
}
var libPaths []*check.Absolute
- if entries, err := ldd.Exec(ctx, p.msg, toolPath.String()); err != nil {
+ if entries, err := ldd.Resolve(ctx, p.msg, toolPath); err != nil {
return err
} else {
libPaths = ldd.Path(entries)