瀏覽代碼

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:


Loading…
取消
儲存