pinentry-tty path needs to be known from gpg-agent

This commit is contained in:
Thierry Laurion 2018-11-14 19:41:02 -05:00 committed by Thierry Laurion
parent 6335ece902
commit 44d566a72a
No known key found for this signature in database
GPG Key ID: 79C78E6659DB658F
2 changed files with 3 additions and 1 deletions

View File

@ -1 +1,3 @@
scdaemon-program /bin/scdaemon
pinentry-program /bin/pinentry-tty
daemon

View File

@ -36,6 +36,6 @@ pinentry_target := $(MAKE_JOBS) \
install \
&& cp $(build)/$(pinentry_dir)/tty/pinentry-tty $(build)/$(pinentry_dir)/tty/pinentry
pinentry_output := tty/pinentry
pinentry_output := tty/pinentry-tty
pinentry_depends := libgpg-error libassuan $(musl_dep)