aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2017-06-25 01:23:26 +1200
committerTom Ryder <tom@sanctum.geek.nz>2017-06-25 01:24:25 +1200
commit33fd4598238bc74e23c80d0cd6234f3702327e25 (patch)
tree8bcb2a8a746eeb18c8ff900f78bb4c7680be046c /Makefile
parentUse short hostname in default prompt (diff)
downloaddotfiles-33fd4598238bc74e23c80d0cd6234f3702327e25.tar.gz
dotfiles-33fd4598238bc74e23c80d0cd6234f3702327e25.zip
Remove deprecated keyserver options
> gpg: keyserver option 'check-cert' is obsolete > gpg: keyserver option 'ca-certfile' is unknown > gpg (GnuPG) 2.1.18 > libgcrypt 1.7.6-beta > Copyright (C) 2017 Free Software Foundation, Inc. > License GPLv3+: GNU GPL version 3 or later <https://gnu.org/licenses/gpl.html> > This is free software: you are free to change and redistribute it. > There is NO WARRANTY, to the extent permitted by law. > > Home: /home/tom/.gnupg > Supported algorithms: > Pubkey: RSA, ELG, DSA, ECDH, ECDSA, EDDSA > Cipher: IDEA, 3DES, CAST5, BLOWFISH, AES, AES192, AES256, TWOFISH, > CAMELLIA128, CAMELLIA192, CAMELLIA256 > Hash: SHA1, RIPEMD160, SHA256, SHA384, SHA512, SHA224 > Compression: Uncompressed, ZIP, ZLIB, BZIP2
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 38d54d07..d28bf613 100644
--- a/Makefile
+++ b/Makefile
@@ -296,7 +296,6 @@ KEYSERVER = hkps://hkps.pool.sks-keyservers.net
gnupg/gpg.conf: gnupg/gpg.conf.m4
m4 \
- -D HOME=$(HOME) \
-D KEYSERVER=$(KEYSERVER) \
gnupg/gpg.conf.m4 > $@
@@ -371,9 +370,8 @@ install-git: git/gitconfig
cp -p -- git/gitconfig $(HOME)/.gitconfig
install-gnupg: gnupg/gpg.conf
- mkdir -m 0700 -p -- $(HOME)/.gnupg $(HOME)/.gnupg/sks-keyservers.net
+ mkdir -m 0700 -p -- $(HOME)/.gnupg
cp -p -- gnupg/*.conf $(HOME)/.gnupg
- cp -p -- gnupg/sks-keyservers.net/* $(HOME)/.gnupg/sks-keyservers.net
install-gtk:
mkdir -p -- $(HOME)/.config/gtk-3.0