From 031e92e0956b929fdba3c4033550cfa49b80e648 Mon Sep 17 00:00:00 2001 From: Linus Nordberg Date: Wed, 19 Feb 2020 10:46:03 +0100 Subject: Sane default path to p11-kit-remote This is where the Debian package installs it. --- p11p-daemon/src/p11p_config.erl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'p11p-daemon/src') diff --git a/p11p-daemon/src/p11p_config.erl b/p11p-daemon/src/p11p_config.erl index 2ee578b..6ec8fbb 100644 --- a/p11p-daemon/src/p11p_config.erl +++ b/p11p-daemon/src/p11p_config.erl @@ -149,7 +149,7 @@ nameof(List) -> %%% Private functions %%% --define(PROXYAPP_DEFAULT, "/usr/local/libexec/p11-kit/p11-kit-remote"). +-define(PROXYAPP_DEFAULT, "/usr/lib/x86_64-linux-gnu/p11-kit/p11-kit-remote"). init_state() -> #state{ socket_dir = application:get_env(p11p, -- cgit v1.1