Ver código fonte

add check for MANPREFIX (#510)

tags/v3.1
A. Tammy 4 anos atrás
committed by GitHub
pai
commit
2cd21c2db2
Nenhuma chave conhecida encontrada para esta assinatura no banco de dados ID da chave GPG: 4AEE18F83AFDEB23
1 arquivos alterados com 3 adições e 1 exclusões
  1. +3
    -1
      Makefile

+ 3
- 1
Makefile Ver arquivo

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


Carregando…
Cancelar
Salvar