From e1078a8b4cf19167b0a3d33c303e903c1ef733c0 Mon Sep 17 00:00:00 2001 From: Daniel Shahaf Date: Mon, 16 Nov 2015 19:14:19 +0000 Subject: [PATCH] 'make install': Allow setting $(SHARE_DIR). --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index e4fa163..a911378 100644 --- a/Makefile +++ b/Makefile @@ -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.