Sfoglia il codice sorgente

add check for MANPREFIX (#510)

tags/v3.1
A. Tammy 4 anni fa
committed by GitHub
parent
commit
2cd21c2db2
Non sono state trovate chiavi note per questa firma nel database ID Chiave GPG: 4AEE18F83AFDEB23
1 ha cambiato i file con 3 aggiunte e 1 eliminazioni
  1. +3
    -1
      Makefile

+ 3
- 1
Makefile Vedi File

@@ -4,7 +4,9 @@ OS = $(shell uname -s)
ifndef PREFIX
PREFIX = /usr/local
endif
MANPREFIX = $(PREFIX)/share/man
ifndef MANPREFIX
MANPREFIX = $(PREFIX)/share/man
endif

install:
mkdir -p $(DESTDIR)$(PREFIX)/bin


Caricamento…
Annulla
Salva