mirror of
https://github.com/LukeSmithxyz/st.git
synced 2024-11-24 16:05:47 +01:00
Use conditional variable assignment for PREFIX
This commit is contained in:
parent
d9575acb88
commit
252fba32be
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ VERSION = 0.8.1
|
|||
# Customize below to fit your system
|
||||
|
||||
# paths
|
||||
PREFIX = /usr/local
|
||||
PREFIX ?= /usr/local
|
||||
MANPREFIX = $(PREFIX)/share/man
|
||||
|
||||
X11INC = /usr/X11R6/include
|
||||
|
|
Loading…
Reference in a new issue