Sfoglia il codice sorgente

create man folder before copying the manpage there

I was wondering why the install failed... 😆
tags/v3.1
Kriss 5 anni fa
committed by GitHub
parent
commit
ed1f45b527
Non sono state trovate chiavi note per questa firma nel database ID Chiave GPG: 4AEE18F83AFDEB23
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. +1
    -0
      Makefile

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


Caricamento…
Annulla
Salva