diff options
author | Miquel Lionel <lionel@les-miquelots.net> | 2021-06-23 14:37:05 +0100 |
---|---|---|
committer | Miquel Lionel <lionelmiquel@sfr.fr> | 2021-06-23 14:42:04 +0100 |
commit | e11030375845ce40359c9a90122e686d4d58f113 (patch) | |
tree | 231cf08aaf0c0d6461f9309b15c98964399f2fdc /Makefile | |
parent | 3da6985b6b9598e8fb4b5f71e09c4460c23d4255 (diff) | |
download | gpigeon-e11030375845ce40359c9a90122e686d4d58f113.tar.gz gpigeon-e11030375845ce40359c9a90122e686d4d58f113.zip |
easier installation instructions
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -136,6 +136,7 @@ gpigeon: gpigeon-template.cgi link-tmpl-template.cgi @printf "\nDone preparing files. You can now type\nsudo make install\nin your terminal.\n" install: + $(MAKE) gpigeon; mkdir -p $(DESTDIR)$(COOKIES_DIR); mkdir -m700 -p $(DESTDIR)$(_GPG_HOMEDIR); GNUPGHOME="$(DESTDIR)$(_GPG_HOMEDIR)" gpg --import gpg.txt; \ |