* Makefile.am: Add --no-permission-warning to avoid spurious warning when

importing demo keys.
This commit is contained in:
David Shaw 2003-07-10 15:10:02 +00:00
parent a88cb47d55
commit f0fddbd613
2 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,8 @@
2003-07-10 David Shaw <dshaw@jabberwocky.com>
* Makefile.am: Add --no-permission-warning to avoid spurious
warning when importing demo keys.
2003-05-27 Werner Koch <wk@gnupg.org>
* Makefile.am (CLEANFILES): Add gpg.conf

View File

@ -18,7 +18,7 @@
# Process this file with automake to create Makefile.in
GPG_IMPORT = ../g10/gpg --homedir . --quiet --yes --import
GPG_IMPORT = ../g10/gpg --homedir . --quiet --yes --no-permission-warning --import
TESTS = version.test mds.test \
decrypt.test decrypt-dsa.test \
@ -98,4 +98,3 @@ plain-large:
cat $(srcdir)/../doc/HACKING \
$(srcdir)/../doc/DETAILS \
$(srcdir)/../doc/FAQ >plain-large