config.mk: Fix PREFIX assignment
Signed-off-by: drkhsh <me@drkhsh.at>
This commit is contained in:
parent
984f45719e
commit
c225c43151
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ VERSION = 0
|
||||||
# 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 a new issue