Kaynağa Gözat

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 11 ay önce
ebeveyn
işleme
2565902819
Veri tabanında bu imza için bilinen anahtar bulunamadı GPG Anahtar Kimliği: 861E11A9B3E5C2ED
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. +1
    -1
      Makefile

+ 1
- 1
Makefile Dosyayı Görüntüle

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

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

install:


Yükleniyor…
İptal
Kaydet