Skip to content

Commit d46ca24

Browse files
authored
Merge pull request cli#11714 from scarf005/build/customize-prefix
build: customizable install `prefix`
2 parents d6d0cb7 + 85ae53e commit d46ca24

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ endif
7474
## Install/uninstall tasks are here for use on *nix platform. On Windows, there is no equivalent.
7575

7676
DESTDIR :=
77-
prefix := /usr/local
77+
prefix ?= /usr/local
7878
bindir := ${prefix}/bin
7979
datadir := ${prefix}/share
8080
mandir := ${datadir}/man

0 commit comments

Comments
 (0)