Procházet zdrojové kódy

create man folder before copying the manpage there

I was wondering why the install failed... 😆
tags/v3.1
Kriss před 5 roky
committed by GitHub
rodič
revize
ed1f45b527
V databázi nebyl nalezen žádný známý klíč pro tento podpis ID GPG klíče: 4AEE18F83AFDEB23
1 změnil soubory, kde provedl 1 přidání a 0 odebrání
  1. +1
    -0
      Makefile

+ 1
- 0
Makefile Zobrazit soubor

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


Načítá se…
Zrušit
Uložit