From d0d1bc6be457a66f91a7e54c1b2db641e1352e7a Mon Sep 17 00:00:00 2001 From: hallgren Date: Thu, 1 Oct 2015 08:39:35 +0000 Subject: [PATCH] Makefile: make pkg: change install location from /usr to /usr/local ...for compatibility with OS X 10.11 El Capitan (which was released yesterday) --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 0ed5bb23b..6fa4f21c1 100644 --- a/Makefile +++ b/Makefile @@ -39,7 +39,7 @@ deb: # Make an OS X Installer package pkg: - PREFIX=/usr FMT=pkg bash bin/build-binary-dist.sh + FMT=pkg bash bin/build-binary-dist.sh # Make a binary tar distribution bintar: