diff options
Diffstat (limited to 'gnupg')
| -rw-r--r-- | gnupg/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/gnupg/Makefile b/gnupg/Makefile index 2e6e94b..7f8e63e 100644 --- a/gnupg/Makefile +++ b/gnupg/Makefile @@ -1,7 +1,5 @@ GNUPGHOME ?= ~/.gnupg -all: ${GNUPGHOME} - ${GNUPGHOME}: mkdir -m 700 -p $@ - ln -s $(shell realpath --relative-to $@ gpg.conf) $@/gpg.conf + ln -s $(shell realpath --relative-to $@ gpg.conf) $@ |
