From ade61e1311c1c63a9aac85bf534b43e95ae9cfd8 Mon Sep 17 00:00:00 2001 From: Marcus Brinkmann Date: Thu, 10 Jan 2008 04:40:25 +0000 Subject: 2008-01-10 Marcus Brinkmann * gpg/Makefile.am (./gpg-agent.conf): Correct pinentry path. --- tests/gpg/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/gpg') diff --git a/tests/gpg/Makefile.am b/tests/gpg/Makefile.am index af0fa5f1..3ae4d862 100644 --- a/tests/gpg/Makefile.am +++ b/tests/gpg/Makefile.am @@ -71,4 +71,4 @@ all-local: ./pubring.gpg ./gpg.conf ./gpg-agent.conf ./gpg-agent.conf: # 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 -- cgit v1.2.3