We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d6d0cb7 + 85ae53e commit d46ca24Copy full SHA for d46ca24
1 file changed
Makefile
@@ -74,7 +74,7 @@ endif
74
## Install/uninstall tasks are here for use on *nix platform. On Windows, there is no equivalent.
75
76
DESTDIR :=
77
-prefix := /usr/local
+prefix ?= /usr/local
78
bindir := ${prefix}/bin
79
datadir := ${prefix}/share
80
mandir := ${datadir}/man
0 commit comments