create man folder before copying the manpage there

I was wondering why the install failed... 😆
This commit is contained in:
Kriss 2019-04-23 15:59:57 +02:00 committed by GitHub
parent 25fadb02b8
commit ed1f45b527
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -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