ソースを参照

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ヶ月前
コミット
2565902819
この署名に対応する既知のキーがデータベースに存在しません GPGキーID: 861E11A9B3E5C2ED
1個のファイルの変更1行の追加1行の削除
  1. +1
    -1
      Makefile

+ 1
- 1
Makefile ファイルの表示

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

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

install:


読み込み中…
キャンセル
保存