summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorKriss <kriss72xxxxx@gmail.com>2019-04-23 15:59:57 +0200
committerGitHub <noreply@github.com>2019-04-23 15:59:57 +0200
commited1f45b5270a7a3869971694a744d45e599f29ce (patch)
tree01f13632cf4ae01fc107c42590b6c81739749aed /Makefile
parent25fadb02b8109979f559e31569feefdf16e2cf51 (diff)
create man folder before copying the manpage there
I was wondering why the install failed... :laughing:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 6a37eef..6a4ee2e 100644
--- a/Makefile
+++ b/Makefile
@@ -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