From a67b25fd4b27c3f9f461fead4abc4ae3b4b270a2 Mon Sep 17 00:00:00 2001 From: Sanchayan Maity Date: Fri, 3 Jan 2020 15:27:01 +0530 Subject: [PATCH] Makefile: Do not stow gnupg config Stowing gnupg config results in gnupg settings being stored inside dotfiles repo which does not play well with permissions required for gnupg directory. Signed-off-by: Sanchayan Maity --- Makefile | 3 --- 1 file changed, 3 deletions(-) diff --git a/Makefile b/Makefile index aa09e85..a29b08c 100644 --- a/Makefile +++ b/Makefile @@ -12,7 +12,6 @@ install: mkdir -p ~/.config stow git - stow gnupg stow imapfilter stow mbsync stow msmtp @@ -25,7 +24,6 @@ install: reinstall: stow -R git - stow -R gnupg stow -R imapfilter stow -R mbsync stow -R msmtp @@ -38,7 +36,6 @@ reinstall: delete: stow -D git - stow -D gnupg stow -D imapfilter stow -D mbsync stow -D msmtp