Ver a proveniência

Allow PREFIX to be set by user

This allows for the following command to work:

```
PREFIX=~/.local make install
```

The makefile already handles the `PREFIX` not being at `/usr/local`
pull/1016/head
Nicole Patricia Mazzuca há 11 meses
ascendente
cometimento
2565902819
Não foi encontrada uma chave conhecida para esta assinatura, na base de dados ID da chave GPG: 861E11A9B3E5C2ED
1 ficheiros alterados com 1 adições e 1 eliminações
  1. +1
    -1
      Makefile

+ 1
- 1
Makefile Ver ficheiro

@@ -1,6 +1,6 @@
.POSIX:

PREFIX = /usr/local
PREFIX ?= /usr/local
MANPREFIX = $(PREFIX)/share/man

install:


Carregando…
Cancelar
Guardar