'make install': Allow setting $(SHARE_DIR).

This commit is contained in:
Daniel Shahaf 2015-11-16 19:14:19 +00:00
parent 3620ad951f
commit e1078a8b4c

View file

@ -2,7 +2,7 @@ NAME=zsh-syntax-highlighting
INSTALL?=install -c
PREFIX?=/usr/local
SHARE_DIR=$(DESTDIR)$(PREFIX)/share/$(NAME)
SHARE_DIR?=$(DESTDIR)$(PREFIX)/share/$(NAME)
ZSH?=zsh # zsh binary to run tests with
# Have the default target do nothing.