blob: 1f2815fbd2242c2156b51824990ab64bd9ccf9f1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-ai,v 1.2 2006/07/19 22:59:59 wiz Exp $
--- tests/gpg/Makefile.in.orig 2005-10-01 21:13:46.000000000 +0000
+++ tests/gpg/Makefile.in
@@ -764,7 +764,7 @@ all-local: ./pubring.gpg ./gpg.conf
--import Alpha/Secret.gpg Zulu/Secret.gpg
./Alpha/Secret.gpg: secdemo.asc
- srcdir=$(srcdir) $(srcdir)/mkdemodirs
+ srcdir=$(srcdir) GPG=$(GPG) $(srcdir)/mkdemodirs
./gpg.conf:
# This is required for t-sig-notations.
|