* gpgsm/Makefile.am (private-keys-v1.d): Don't

fail when the directory already exists.
This commit is contained in:
Werner Koch 2002-02-13 15:02:09 +00:00
parent 822e098fed
commit accc40c84a
3 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
2002-02-13 Werner Koch <wk@gnupg.org>
* gpgsm/Makefile.am (private-keys-v1.d): Don't
fail when the directory already exists.
2002-02-12 Marcus Brinkmann <marcus@g10code.de>
* gpg/Makefile.am (CLEANFILES): New target.

View File

@ -35,7 +35,7 @@ INCLUDES = -I$(top_srcdir)/gpgme
LDADD = ../../gpgme/libgpgme.la
# We don't run t-genkey in the test suite, because it taes too long
# We don't run t-genkey in the test suite, because it takes too long
noinst_PROGRAMS = $(TESTS) t-genkey
clean-local:

View File

@ -47,7 +47,7 @@ all-local: ./pubring.kbx ./gpg-agent.conf ./gpgsm.conf ./private-keys-v1.d/$(key
echo disable-crl-checks > ./gpgsm.conf
./private-keys-v1.d/$(key_id).key: $(srcdir)/$(key_id)
mkdir ./private-keys-v1.d
test -d ./private-keys-v1.d || mkdir ./private-keys-v1.d
cp $(srcdir)/$(key_id) private-keys-v1.d/$(key_id).key
./trustlist.txt: