Explorar el Código

add check for MANPREFIX (#510)

tags/v3.1
A. Tammy hace 3 años
committed by GitHub
padre
commit
2cd21c2db2
No se encontró ninguna clave conocida en la base de datos para esta firma ID de clave GPG: 4AEE18F83AFDEB23
Se han modificado 1 ficheros con 3 adiciones y 1 borrados
  1. +3
    -1
      Makefile

+ 3
- 1
Makefile Ver fichero

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


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


Cargando…
Cancelar
Guardar