Browse Source

create man folder before copying the manpage there

I was wondering why the install failed... 😆
tags/v3.1
Kriss 5 years ago
committed by GitHub
parent
commit
ed1f45b527
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      Makefile

+ 1
- 0
Makefile 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


Loading…
Cancel
Save