diff options
author | Kriss <kriss72xxxxx@gmail.com> | 2019-04-23 15:59:57 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-04-23 15:59:57 +0200 |
commit | ed1f45b5270a7a3869971694a744d45e599f29ce (patch) | |
tree | 01f13632cf4ae01fc107c42590b6c81739749aed | |
parent | 25fadb02b8109979f559e31569feefdf16e2cf51 (diff) |
create man folder before copying the manpage there
I was wondering why the install failed... :laughing:
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -14,6 +14,7 @@ install: cp -f bin/mailsync $(DESTDIR)$(PREFIX)/bin chmod 755 $(DESTDIR)$(PREFIX)/bin/mailsync mkdir -p $(DESTDIR)$(PREFIX)/share/mutt-wizard + mkdir -p $(DESTDIR)$(MANPREFIX)/man1 cp -f mailcap $(DESTDIR)$(PREFIX)/share/mutt-wizard cp -f mutt-wizard.muttrc $(DESTDIR)$(PREFIX)/share/mutt-wizard cp -f domains.csv $(DESTDIR)$(PREFIX)/share/mutt-wizard |