Pārlūkot izejas kodu

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 pirms 11 mēnešiem
vecāks
revīzija
2565902819
Šim parakstam datu bāzē netika atrasta zināma atslēga GPG atslēgas ID: 861E11A9B3E5C2ED
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. +1
    -1
      Makefile

+ 1
- 1
Makefile Parādīt failu

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

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

install:


Notiek ielāde…
Atcelt
Saglabāt