'make install': Allow setting $(SHARE_DIR).
This commit is contained in:
parent
3620ad951f
commit
e1078a8b4c
2
Makefile
2
Makefile
@ -2,7 +2,7 @@ NAME=zsh-syntax-highlighting
|
|||||||
|
|
||||||
INSTALL?=install -c
|
INSTALL?=install -c
|
||||||
PREFIX?=/usr/local
|
PREFIX?=/usr/local
|
||||||
SHARE_DIR=$(DESTDIR)$(PREFIX)/share/$(NAME)
|
SHARE_DIR?=$(DESTDIR)$(PREFIX)/share/$(NAME)
|
||||||
ZSH?=zsh # zsh binary to run tests with
|
ZSH?=zsh # zsh binary to run tests with
|
||||||
|
|
||||||
# Have the default target do nothing.
|
# Have the default target do nothing.
|
||||||
|
Loading…
Reference in New Issue
Block a user