Changeset 37b52ea in mod_gnutls for t/Makefile
- Timestamp:
- Nov 16, 2013, 3:17:44 AM (9 years ago)
- Branches:
- asyncio, debian/master, debian/stretch-backports, jessie-backports, master, proxy-ticket, upstream
- Children:
- b4739cd
- Parents:
- b55bf71
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
t/Makefile
rb55bf71 r37b52ea 73 73 74 74 msva.gnupghome/trustdb.gpg: authority/minimal.pgp client/cert.pgp 75 mkdir - m 0700 $(dir $@)75 mkdir -p -m 0700 $(dir $@) 76 76 GNUPGHOME=$(dir $@) gpg --import < $< 77 77 printf "%s:6:\n" "$$(GNUPGHOME=authority gpg --with-colons --list-secret-keys --fingerprint | grep ^fpr: | cut -f 10 -d :)" | GNUPGHOME=$(dir $@) gpg --import-ownertrust
Note: See TracChangeset
for help on using the changeset viewer.