Sfoglia il codice sorgente

macos fix

tags/v3.1
Luke Smith 5 anni fa
parent
commit
6654b0954b
Non sono state trovate chiavi note per questa firma nel database ID Chiave GPG: 4C50B54A911F6252
1 ha cambiato i file con 4 aggiunte e 0 eliminazioni
  1. +4
    -0
      Makefile

+ 4
- 0
Makefile Vedi File

@@ -18,6 +18,10 @@ install:
for shared in share/*; do \
cp -f $$shared $(DESTDIR)$(PREFIX)/share/mutt-wizard; \
done
if [[ "$(OS)" == "Darwin" ]]; then \
sed -iba 's/\/usr\//\/usr\/local\//' $(DESTDIR)$(PREFIX)/share/mutt-wizard/mutt-wizard.muttrc; \
rm $(DESTDIR)$(PREFIX)/share/mutt-wizard/mutt-wizard.muttrcba; \
fi
mkdir -p $(DESTDIR)$(MANPREFIX)/man1
cp -f mw.1 $(DESTDIR)$(MANPREFIX)/man1/mw.1



Caricamento…
Annulla
Salva