summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Smith <luke@lukesmith.xyz>2019-04-23 10:03:30 -0400
committerGitHub <noreply@github.com>2019-04-23 10:03:30 -0400
commit426e637d123ef898bb0fb0777389038e710b8066 (patch)
tree01f13632cf4ae01fc107c42590b6c81739749aed
parent25fadb02b8109979f559e31569feefdf16e2cf51 (diff)
parented1f45b5270a7a3869971694a744d45e599f29ce (diff)
Merge pull request #143 from Kr1ss-XD/master
create man folder before copying the manpage there
-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