Parcourir la source

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 il y a 11 mois
Parent
révision
2565902819
Aucune clé connue n'a été trouvée dans la base pour cette signature ID de la clé GPG: 861E11A9B3E5C2ED
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. +1
    -1
      Makefile

+ 1
- 1
Makefile Voir le fichier

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

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

install:


Chargement…
Annuler
Enregistrer