2008-01-10 Marcus Brinkmann <marcus@g10code.de>
* gpg/Makefile.am (./gpg-agent.conf): Correct pinentry path.
This commit is contained in:
parent
25dccf5897
commit
ade61e1311
@ -1,5 +1,7 @@
|
|||||||
2008-01-10 Marcus Brinkmann <marcus@g10code.de>
|
2008-01-10 Marcus Brinkmann <marcus@g10code.de>
|
||||||
|
|
||||||
|
* gpg/Makefile.am (./gpg-agent.conf): Correct pinentry path.
|
||||||
|
|
||||||
* gpg/pinentry: New file.
|
* gpg/pinentry: New file.
|
||||||
* gpg/Makefile.am (DISTCLEANFILES, all-local): Add gpg-agent.conf
|
* gpg/Makefile.am (DISTCLEANFILES, all-local): Add gpg-agent.conf
|
||||||
(./gpg-agent.conf): New target.
|
(./gpg-agent.conf): New target.
|
||||||
|
@ -71,4 +71,4 @@ all-local: ./pubring.gpg ./gpg.conf ./gpg-agent.conf
|
|||||||
|
|
||||||
./gpg-agent.conf:
|
./gpg-agent.conf:
|
||||||
# This is required for gpg2, which does not support command fd.
|
# This is required for gpg2, which does not support command fd.
|
||||||
echo pinentry-program $(abs_builddir)/pinentry > ./gpg-agent.conf
|
echo pinentry-program $(abs_srcdir)/pinentry > ./gpg-agent.conf
|
||||||
|
Loading…
Reference in New Issue
Block a user