* gpgsm/Makefile.am (private-keys-v1.d): Don't
fail when the directory already exists.
This commit is contained in:
parent
822e098fed
commit
accc40c84a
@ -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.
|
||||
|
@ -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:
|
||||
|
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user