Merge pull request #11714 from scarf005/build/customize-prefix
build: customizable install `prefix`
This commit is contained in:
commit
d46ca24a97
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -74,7 +74,7 @@ endif
|
|||
## Install/uninstall tasks are here for use on *nix platform. On Windows, there is no equivalent.
|
||||
|
||||
DESTDIR :=
|
||||
prefix := /usr/local
|
||||
prefix ?= /usr/local
|
||||
bindir := ${prefix}/bin
|
||||
datadir := ${prefix}/share
|
||||
mandir := ${datadir}/man
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue