Merge pull request #66 from ijacquez/feature/set-install-prefix
Use conditional variable assignment for PREFIX
This commit is contained in:
commit
36eb185897
@ -4,7 +4,7 @@ VERSION = 0.8.1
|
|||||||
# Customize below to fit your system
|
# Customize below to fit your system
|
||||||
|
|
||||||
# paths
|
# paths
|
||||||
PREFIX = /usr/local
|
PREFIX ?= /usr/local
|
||||||
MANPREFIX = $(PREFIX)/share/man
|
MANPREFIX = $(PREFIX)/share/man
|
||||||
|
|
||||||
X11INC = /usr/X11R6/include
|
X11INC = /usr/X11R6/include
|
||||||
|
Loading…
Reference in New Issue
Block a user