1
0
Fork 0
mirror of https://github.com/LukeSmithxyz/st.git synced 2025-04-05 10:51:09 +02:00

Merge pull request from ijacquez/feature/set-install-prefix

Use conditional variable assignment for PREFIX
This commit is contained in:
Luke Smith 2019-05-04 18:48:01 -04:00 committed by GitHub
commit 36eb185897
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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