2013-09-26 17:14:40 +02:00

16 lines
377 B
Plaintext

$NetBSD: patch-aa,v 1.4 2013/04/11 16:27:45 drochner Exp $
prepare for SUBST
--- duplicity/gpginterface.py.orig 2013-01-23 14:35:56.000000000 +0000
+++ duplicity/gpginterface.py
@@ -281,7 +281,7 @@ class GnuPG:
"""
def __init__(self):
- self.call = 'gpg'
+ self.call = '@GPGPATH@'
self.passphrase = None
self.options = Options()